Uses of Interface
com.googlecode.ehcache.annotations.CacheableInterceptor

Packages that use CacheableInterceptor
com.googlecode.ehcache.annotations   
com.googlecode.ehcache.annotations.impl   
 

Uses of CacheableInterceptor in com.googlecode.ehcache.annotations
 

Classes in com.googlecode.ehcache.annotations that implement CacheableInterceptor
 class DefaultCacheableInterceptor
          Default interceptor that always returns cached values, throws cached exceptions and always caches values and exceptions.
 

Methods in com.googlecode.ehcache.annotations that return CacheableInterceptor
 CacheableInterceptor CacheableAttribute.getCacheInterceptor()
           
 

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

Methods in com.googlecode.ehcache.annotations.impl that return CacheableInterceptor
protected  CacheableInterceptor CacheAttributeSourceImpl.getCacheInterceptor(java.lang.String cacheableInteceptorName)
          Get the CacheableInterceptor by name.
 

Methods in com.googlecode.ehcache.annotations.impl with parameters of type CacheableInterceptor
 void CacheAttributeSourceImpl.setDefaultCacheableInterceptor(CacheableInterceptor defaultCacheableInterceptor)
           
 



Copyright © 2011. All Rights Reserved.