Uses of Interface
io.ebean.cache.ServerCache
-
Uses of ServerCache in io.ebean.cache
Modifier and TypeClassDescriptionfinal class
A ServerCache proxy that is tenant aware.Modifier and TypeMethodDescriptionReturn the cache for beans of a particular type.ServerCacheManager.collectionIdsCache
(Class<?> beanType, String propertyName) Return the cache for associated many properties of a bean type.ServerCacheFactory.createCache
(ServerCacheConfig config) Create the cache for the given type with options.ServerCacheManager.naturalKeyCache
(Class<?> beanType) Return the cache for mapping natural keys to id values.ServerCacheManager.queryCache
(Class<?> beanType) Return the cache for query results of a particular type of bean.ServerCacheConfig.tenantAware
(ServerCache cache) Return the ServerCache taking into account if multi-tenant is used.Modifier and TypeMethodDescriptionServerCacheConfig.tenantAware
(ServerCache cache) Return the ServerCache taking into account if multi-tenant is used.ModifierConstructorDescriptionTenantAwareCache
(ServerCache delegate, TenantAwareKey tenantAwareKey) Create given the TenantAwareKey and delegate cache to proxy to.