Uses of Class
io.ebean.cache.ServerCacheOptions
-
Uses of ServerCacheOptions in io.ebean.cache
Modifier and TypeMethodDescriptionServerCacheOptions.applyDefaults
(ServerCacheOptions defaults) Apply any settings from the default settings that have not already been specifically set.ServerCacheOptions.copy()
Return a copy of this object.ServerCacheOptions.copy
(boolean nearCache) Return a copy of this object with nearCache option.ServerCacheConfig.getCacheOptions()
Return the tuning options.Modifier and TypeMethodDescriptionServerCacheOptions.applyDefaults
(ServerCacheOptions defaults) Apply any settings from the default settings that have not already been specifically set.ModifierConstructorDescriptionServerCacheConfig
(ServerCacheType type, String cacheKey, String shortName, ServerCacheOptions cacheOptions, CurrentTenantProvider tenantProvider, QueryCacheEntryValidate queryCacheEntryValidate)