Uses of Class
io.ebean.cache.ServerCacheOptions
Packages that use ServerCacheOptions
-
Uses of ServerCacheOptions in io.ebean.cache
Methods in io.ebean.cache that return ServerCacheOptionsModifier 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.Methods in io.ebean.cache with parameters of type ServerCacheOptionsModifier and TypeMethodDescriptionServerCacheOptions.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 ServerCacheOptionsModifierConstructorDescriptionServerCacheConfig
(ServerCacheType type, String cacheKey, String shortName, ServerCacheOptions cacheOptions, CurrentTenantProvider tenantProvider, QueryCacheEntryValidate queryCacheEntryValidate)