Uses of Interface
com.googlecode.ehcache.annotations.resolver.CacheResolverFactory

Packages that use CacheResolverFactory
com.googlecode.ehcache.annotations.impl   
com.googlecode.ehcache.annotations.resolver   
 

Uses of CacheResolverFactory in com.googlecode.ehcache.annotations.impl
 

Methods in com.googlecode.ehcache.annotations.impl that return CacheResolverFactory
protected  CacheResolverFactory CacheAttributeSourceImpl.getCacheResolverFactory(java.lang.String resolverFactoryName, ResolverFactory resolverFactory)
          Get the CacheResolverFactory by name.
protected  CacheResolverFactory CacheAttributeSourceImpl.getOrCreateCacheResolverFactory(ResolverFactory resolverFactory)
           
 

Methods in com.googlecode.ehcache.annotations.impl with parameters of type CacheResolverFactory
 void CacheAttributeSourceImpl.setCacheResolverFactory(CacheResolverFactory cacheResolverFactory)
           
 

Uses of CacheResolverFactory in com.googlecode.ehcache.annotations.resolver
 

Classes in com.googlecode.ehcache.annotations.resolver that implement CacheResolverFactory
 class DefaultCacheResolverFactory
          Cache resolver that simply looks up the specified caches by name and returns SingletonCacheableCacheResolver or SingletonTriggersRemoveCacheResolver instances.
 



Copyright © 2011. All Rights Reserved.