Uses of Interface
com.avaje.ebean.cache.ServerCache

Packages that use ServerCache
com.avaje.ebean.cache Server Cache Service 
 

Uses of ServerCache in com.avaje.ebean.cache
 

Methods in com.avaje.ebean.cache that return ServerCache
 ServerCache ServerCacheFactory.createCache(String cacheKey, ServerCacheOptions cacheOptions)
          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)
           
 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.
 



Copyright © 2012. All Rights Reserved.