Uses of Interface
io.ebean.cache.ServerCacheRegion
-
Packages that use ServerCacheRegion Package Description io.ebean.cache Server Cache Service -
-
Uses of ServerCacheRegion in io.ebean.cache
Methods in io.ebean.cache that return ServerCacheRegion Modifier and Type Method Description ServerCacheRegion
ServerCacheManager. getRegion(String name)
Return the cache region by name.Methods in io.ebean.cache that return types with arguments of type ServerCacheRegion Modifier and Type Method Description List<ServerCacheRegion>
ServerCacheManager. allRegions()
Return all the cache regions.
-