Uses of Enum
io.ebean.cache.ServerCacheType
-
Uses of ServerCacheType in io.ebean.cache
Modifier and TypeMethodDescriptionServerCacheConfig.getType()
Return the cache type.static ServerCacheType
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.ModifierConstructorDescriptionServerCacheConfig
(ServerCacheType type, String cacheKey, String shortName, ServerCacheOptions cacheOptions, CurrentTenantProvider tenantProvider, QueryCacheEntryValidate queryCacheEntryValidate)