mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#647 - REFACTOR: L2 cache - remove cache warming support (from @CacheStrategy and API)
This commit is contained in:
@@ -32,7 +32,7 @@ public class TestQueryFindReadOnly extends BaseTestCase {
|
||||
Section s2 = ar1sections.get(0);
|
||||
Assert.assertTrue("readonly cascading", Ebean.getBeanState(s2).isReadOnly());
|
||||
|
||||
Ebean.runCacheWarming(Article.class);
|
||||
Ebean.find(Article.class).setLoadBeanCache(true).findList();
|
||||
|
||||
Article ar0 = Ebean.find(Article.class, a0.getId());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user