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

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

Uses of TriggersRemoveInterceptor in com.googlecode.ehcache.annotations
 

Classes in com.googlecode.ehcache.annotations that implement TriggersRemoveInterceptor
 class DefaultTriggersRemoveInterceptor
          Default interceptor that always removes values.
 

Methods in com.googlecode.ehcache.annotations that return TriggersRemoveInterceptor
 TriggersRemoveInterceptor TriggersRemoveAttribute.getTriggersRemoveInterceptor()
           
 

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

Methods in com.googlecode.ehcache.annotations.impl that return TriggersRemoveInterceptor
protected  TriggersRemoveInterceptor CacheAttributeSourceImpl.getTriggersRemoveInterceptor(java.lang.String triggersRemoveInterceptorName)
          Get the TriggersRemoveInterceptor by name.
 

Methods in com.googlecode.ehcache.annotations.impl with parameters of type TriggersRemoveInterceptor
 void CacheAttributeSourceImpl.setDefaultTriggersRemoveInterceptor(TriggersRemoveInterceptor defaultTriggersRemoveInterceptor)
           
 



Copyright © 2011. All Rights Reserved.