play2 框架是否在 avaje ebeans bean 缓存上使用 ehcache 包装器?
在我看来,ehcache 必须更高效,并且围绕标准 bean 缓存实现包装器并不难。但我不知道 play2 如何使用 bean 缓存本身。
play2 框架是否在 avaje ebeans bean 缓存上使用 ehcache 包装器?
在我看来,ehcache 必须更高效,并且围绕标准 bean 缓存实现包装器并不难。但我不知道 play2 如何使用 bean 缓存本身。
根据Ebean/Play 集成,Play 似乎没有为 Ebean 设置任何 L2 缓存。
所以 Ebean 必须使用它的默认缓存机制 ( com.avaje.ebeaninternal.server.cache.DefaultServerCache
)。