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

Packages that use CacheableCacheResolver
com.googlecode.ehcache.annotations   
com.googlecode.ehcache.annotations.resolver   
 

Uses of CacheableCacheResolver in com.googlecode.ehcache.annotations
 

Methods in com.googlecode.ehcache.annotations that return CacheableCacheResolver
 CacheableCacheResolver CacheableAttribute.getCacheResolver()
           
 

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

Classes in com.googlecode.ehcache.annotations.resolver that implement CacheableCacheResolver
 class SingletonCacheableCacheResolver
          Resolver that returns the Ehcaches provided to the constructor, no resolution logic is performed.
 

Methods in com.googlecode.ehcache.annotations.resolver that return CacheableCacheResolver
 CacheableCacheResolver DefaultCacheResolverFactory.getCacheResolver(Cacheable cacheable, java.lang.reflect.Method method)
           
 CacheableCacheResolver CacheResolverFactory.getCacheResolver(Cacheable cacheable, java.lang.reflect.Method method)
          Get a resolver for the specified annotation and annotated method
 



Copyright © 2011. All Rights Reserved.