Uses of Class
io.ebean.cache.ServerCacheOptions
-
Packages that use ServerCacheOptions Package Description io.ebean.cache Server Cache Service -
-
Uses of ServerCacheOptions in io.ebean.cache
Methods in io.ebean.cache that return ServerCacheOptions Modifier and Type Method Description ServerCacheOptions
ServerCacheOptions. applyDefaults(ServerCacheOptions defaults)
Apply any settings from the default settings that have not already been specifically set.ServerCacheOptions
ServerCacheOptions. copy()
Return a copy of this object.ServerCacheOptions
ServerCacheOptions. copy(boolean nearCache)
Return a copy of this object with nearCache option.ServerCacheOptions
ServerCacheConfig. getCacheOptions()
Return the tuning options.Methods in io.ebean.cache with parameters of type ServerCacheOptions Modifier and Type Method Description ServerCacheOptions
ServerCacheOptions. applyDefaults(ServerCacheOptions defaults)
Apply any settings from the default settings that have not already been specifically set.Constructors in io.ebean.cache with parameters of type ServerCacheOptions Constructor Description ServerCacheConfig(ServerCacheType type, String cacheKey, String shortName, ServerCacheOptions cacheOptions, CurrentTenantProvider tenantProvider, QueryCacheEntryValidate queryCacheEntryValidate)
-