Uses of Interface
io.ebean.cache.ServerCache
-
Packages that use ServerCache Package Description io.ebean.cache Server Cache Service -
-
Uses of ServerCache in io.ebean.cache
Classes in io.ebean.cache that implement ServerCache Modifier and Type Class Description classTenantAwareCacheA ServerCache proxy that is tenant aware.Methods in io.ebean.cache that return ServerCache Modifier and Type Method Description ServerCacheServerCacheManager. beanCache(Class<?> beanType)Return the cache for beans of a particular type.ServerCacheServerCacheManager. collectionIdsCache(Class<?> beanType, String propertyName)Return the cache for associated many properties of a bean type.ServerCacheServerCacheFactory. createCache(ServerCacheConfig config)Create the cache for the given type with options.ServerCacheServerCacheManager. naturalKeyCache(Class<?> beanType)Return the cache for mapping natural keys to id values.ServerCacheServerCacheManager. queryCache(Class<?> beanType)Return the cache for query results of a particular type of bean.ServerCacheServerCacheConfig. tenantAware(ServerCache cache)Return the ServerCache taking into account if multi-tenant is used.Methods in io.ebean.cache with parameters of type ServerCache Modifier and Type Method Description ServerCacheServerCacheConfig. tenantAware(ServerCache cache)Return the ServerCache taking into account if multi-tenant is used.Constructors in io.ebean.cache with parameters of type ServerCache Constructor Description TenantAwareCache(ServerCache delegate, TenantAwareKey tenantAwareKey)Create given the TenantAwareKey and delegate cache to proxy to.
-