Uses of Interface
io.ebean.cache.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 ServerCacheRegionServerCacheManager. 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.