Uses of Interface
io.ebean.cache.ServerCache
Packages that use ServerCache
-
Uses of ServerCache in io.ebean.cache
Methods in io.ebean.cache that return ServerCacheModifier 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.default ServerCacheServerCacheManager.getBeanCache(Class<?> beanType) Deprecated.default ServerCacheServerCacheManager.getCollectionIdsCache(Class<?> beanType, String propertyName) Deprecated.default ServerCacheServerCacheManager.getNaturalKeyCache(Class<?> beanType) Deprecated.default ServerCacheServerCacheManager.getQueryCache(Class<?> beanType) Deprecated.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.