Uses of Interface
io.ebean.cache.QueryCacheEntryValidate
-
Packages that use QueryCacheEntryValidate Package Description io.ebean.cache Server Cache Service -
-
Uses of QueryCacheEntryValidate in io.ebean.cache
Methods in io.ebean.cache that return QueryCacheEntryValidate Modifier and Type Method Description QueryCacheEntryValidate
ServerCacheConfig. getQueryCacheEntryValidate()
Return the service that provides validation for query cache entries.Constructors in io.ebean.cache with parameters of type QueryCacheEntryValidate Constructor Description ServerCacheConfig(ServerCacheType type, String cacheKey, String shortName, ServerCacheOptions cacheOptions, CurrentTenantProvider tenantProvider, QueryCacheEntryValidate queryCacheEntryValidate)
-