Uses of Class
io.ebean.cache.ServerCacheType
-
Packages that use ServerCacheType Package Description io.ebean.cache Server Cache Service -
-
Uses of ServerCacheType in io.ebean.cache
Methods in io.ebean.cache that return ServerCacheType Modifier and Type Method Description ServerCacheType
ServerCacheConfig. getType()
Return the cache type.static ServerCacheType
ServerCacheType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerCacheType[]
ServerCacheType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.ebean.cache with parameters of type ServerCacheType Constructor Description ServerCacheConfig(ServerCacheType type, String cacheKey, String shortName, ServerCacheOptions cacheOptions, CurrentTenantProvider tenantProvider, QueryCacheEntryValidate queryCacheEntryValidate)
-