#647 - REFACTOR: L2 cache - remove cache warming support (from @CacheStrategy and API)

This commit is contained in:
Robin Bygrave
2016-04-12 23:44:24 +12:00
parent 061652a48e
commit 3fb9a7414c
17 changed files with 35 additions and 181 deletions
@@ -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());