JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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.
region
(
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.