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

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

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

Subclasses of AbstractCacheKeyGenerator in com.googlecode.ehcache.annotations.key
 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 DelegateCacheKeyGenerator
          AbstractCacheKeyGenerator implementation designed for subclassing.
 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 StringCacheKeyGenerator
           
 

Constructors in com.googlecode.ehcache.annotations.key with parameters of type AbstractCacheKeyGenerator
DelegateCacheKeyGenerator(AbstractCacheKeyGenerator<? extends java.io.Serializable> delegate)
           
 



Copyright © 2011. All Rights Reserved.