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