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
Methods in io.ebean.cache that return ServerCache Modifier and Type Method Description ServerCache
ServerCacheFactory. createCache(ServerCacheConfig config)
Create the cache for the given type with options.ServerCache
ServerCacheManager. getBeanCache(Class<?> beanType)
Return the cache for beans of a particular type.ServerCache
ServerCacheManager. getCollectionIdsCache(Class<?> beanType, String propertyName)
Return the cache for associated many properties of a bean type.ServerCache
ServerCacheManager. getNaturalKeyCache(Class<?> beanType)
Return the cache for mapping natural keys to id values.ServerCache
ServerCacheManager. getQueryCache(Class<?> beanType)
Return the cache for query results of a particular type of bean.
-