Uses of Class
com.googlecode.ehcache.annotations.Cacheable

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

Uses of Cacheable in com.googlecode.ehcache.annotations
 

Methods in com.googlecode.ehcache.annotations with parameters of type Cacheable
static DecoratedCacheType DecoratedCacheType.getDecoratedCacheType(Cacheable ann, java.lang.reflect.Method method)
          Determine the DecoratedCacheType for the cacheable annotation
 

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

Methods in com.googlecode.ehcache.annotations.impl with parameters of type Cacheable
protected  CacheableAttribute CacheAttributeSourceImpl.parseCacheableAnnotation(Cacheable ann, java.lang.reflect.Method method, ParameterMask parameterMask)
          Construct a CacheableAttribute from a Cacheable annotation.
 

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

Methods in com.googlecode.ehcache.annotations.resolver with parameters of type Cacheable
 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.