0

Does play2 framework uses ehcache wrapper on avaje ebeans bean cache ?

It seems to me that ehcache have to be more efficient, and it's not hard to implement wrapper around standart bean cache. But I don't know how play2 working with the bean cache itself.

eox425
  • 113
  • 2
  • 8

1 Answers1

0

According to the Ebean/Play integration, it does not seem that Play set any L2 cache for Ebean.

So Ebean must be using its default cache mechanism (com.avaje.ebeaninternal.server.cache.DefaultServerCache).

ndeverge
  • 21,378
  • 4
  • 56
  • 85