Uses of Class
io.ebean.cache.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 ServerCacheOptionsServerCacheOptions. applyDefaults(ServerCacheOptions defaults)Apply any settings from the default settings that have not already been specifically set.ServerCacheOptionsServerCacheOptions. copy()Return a copy of this object.ServerCacheOptionsServerCacheOptions. copy(boolean nearCache)Return a copy of this object with nearCache option.ServerCacheOptionsServerCacheConfig. getCacheOptions()Return the tuning options.Methods in io.ebean.cache with parameters of type ServerCacheOptions Modifier and Type Method Description ServerCacheOptionsServerCacheOptions. 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)