Package com.googlecode.ehcache.annotations.resolver

Interface Summary
CacheableCacheResolver Used to resolve the cache to use at runtime for Cacheable annotated methods
CacheResolverFactory Factory for creating cache resolver instances during annotation loading (when the spring context is loading).
TriggersRemoveCacheResolver Used to resolve the cache to use at runtime for TriggersRemove annotated methods
 

Class Summary
DefaultCacheResolverFactory Cache resolver that simply looks up the specified caches by name and returns SingletonCacheableCacheResolver or SingletonTriggersRemoveCacheResolver instances.
DefaultCacheResolverFactory.SelfPopulatingCacheTracker  
SingletonCacheableCacheResolver Resolver that returns the Ehcaches provided to the constructor, no resolution logic is performed.
SingletonTriggersRemoveCacheResolver Resolver that returns the Ehcaches provided to the constructor, no resolution logic is performed.
ThreadLocalCacheEntryFactory EhCache entry factory that uses a ThreadLocal to pass a MethodInvocation into the factory for object creation.
 



Copyright © 2011. All Rights Reserved.