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

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

Uses of ParameterMask in com.googlecode.ehcache.annotations
 

Fields in com.googlecode.ehcache.annotations declared as ParameterMask
static ParameterMask ParameterMask.NO_MASK
           
 

Methods in com.googlecode.ehcache.annotations that return ParameterMask
static ParameterMask ParameterMask.create(boolean[] mask)
           
 ParameterMask MethodAttribute.getCacheKeyParameterMask()
           
 

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

Methods in com.googlecode.ehcache.annotations.impl that return ParameterMask
protected  ParameterMask CacheAttributeSourceImpl.parsePartialCacheKeyAnnotations(java.lang.reflect.Method method)
          Parse the parameters annotated with PartialCacheKey.
 

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



Copyright © 2011. All Rights Reserved.