Uses of Interface
com.googlecode.ehcache.annotations.key.ReflectionHelperAware

Packages that use ReflectionHelperAware
com.googlecode.ehcache.annotations.key   
 

Uses of ReflectionHelperAware in com.googlecode.ehcache.annotations.key
 

Classes in com.googlecode.ehcache.annotations.key that implement ReflectionHelperAware
 class AbstractDeepCacheKeyGenerator<G,T extends Serializable>
          Base class for key generators that do deep inspection of the key data for generation.
 class AbstractHashingCacheKeyGenerator<G,T extends Serializable>
          Common base class for key generators that primarily rely on Object.hashCode().
 class HashCodeCacheKeyGenerator
           
 class ListCacheKeyGenerator
           
 class MessageDigestCacheKeyGenerator
           
 class ReflectionHashCodeCacheKeyGenerator
          Deprecated. HashCodeCacheKeyGenerator includes support for reflection by setting AbstractDeepCacheKeyGenerator.setUseReflection(boolean) to true. Use that class directly.
 class SpELCacheKeyGenerator
          Spring Expression Language cache key generator.
 class StringCacheKeyGenerator
           
 



Copyright © 2011. All Rights Reserved.