Uses of Interface
io.ebean.cache.ServerCacheManager
-
Packages that use ServerCacheManager Package Description io.ebean -
-
Uses of ServerCacheManager in io.ebean
Methods in io.ebean that return ServerCacheManager Modifier and Type Method Description ServerCacheManager
Database. getServerCacheManager()
Return the manager of the server cache ("L2" cache).static ServerCacheManager
DB. getServerCacheManager()
Return the manager of the level 2 cache ("L2" cache).static ServerCacheManager
Ebean. getServerCacheManager()
Deprecated.Return the manager of the server cache ("L2" cache).
-