Uses of Class
com.googlecode.ehcache.annotations.key.AbstractDeepCacheKeyGenerator

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

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

Subclasses of AbstractDeepCacheKeyGenerator in com.googlecode.ehcache.annotations.key
 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 setUseReflection(boolean) to true. Use that class directly.
 class StringCacheKeyGenerator
           
 



Copyright © 2011. All Rights Reserved.