com.googlecode.ehcache.annotations.resolver
Interface CacheResolverFactory

All Known Implementing Classes:
DefaultCacheResolverFactory

public interface CacheResolverFactory

Factory for creating cache resolver instances during annotation loading (when the spring context is loading).

Version:
$Revision: 656 $
Author:
Eric Dalquist

Method Summary
 CacheableCacheResolver getCacheResolver(Cacheable cacheable, java.lang.reflect.Method method)
          Get a resolver for the specified annotation and annotated method
 TriggersRemoveCacheResolver getCacheResolver(TriggersRemove triggersRemove, java.lang.reflect.Method method)
          Get a resolver for the specified annotation and annotated method
 

Method Detail

getCacheResolver

CacheableCacheResolver getCacheResolver(Cacheable cacheable,
                                        java.lang.reflect.Method method)
Get a resolver for the specified annotation and annotated method


getCacheResolver

TriggersRemoveCacheResolver getCacheResolver(TriggersRemove triggersRemove,
                                             java.lang.reflect.Method method)
Get a resolver for the specified annotation and annotated method



Copyright © 2011. All Rights Reserved.