Uses of Package
com.googlecode.ehcache.annotations.key

Packages that use com.googlecode.ehcache.annotations.key
com.googlecode.ehcache.annotations   
com.googlecode.ehcache.annotations.config   
com.googlecode.ehcache.annotations.impl   
com.googlecode.ehcache.annotations.key   
 

Classes in com.googlecode.ehcache.annotations.key used by com.googlecode.ehcache.annotations
CacheKeyGenerator
           Generates a unique key based on the description of an invocation to an intercepted method.
 

Classes in com.googlecode.ehcache.annotations.key used by com.googlecode.ehcache.annotations.config
CacheKeyGenerator
           Generates a unique key based on the description of an invocation to an intercepted method.
 

Classes in com.googlecode.ehcache.annotations.key used by com.googlecode.ehcache.annotations.impl
CacheKeyGenerator
           Generates a unique key based on the description of an invocation to an intercepted method.
ReflectionHelper
          Utility for determinging if an object implements specific methods.
 

Classes in com.googlecode.ehcache.annotations.key used by com.googlecode.ehcache.annotations.key
AbstractCacheKeyGenerator
          Base class for cache key generators.
AbstractDeepCacheKeyGenerator
          Base class for key generators that do deep inspection of the key data for generation.
AbstractHashingCacheKeyGenerator
          Common base class for key generators that primarily rely on Object.hashCode().
CacheKeyGenerator
           Generates a unique key based on the description of an invocation to an intercepted method.
HashCodeCacheKeyGenerator
           
HashCodeCacheKeyGenerator.LongGenerator
          Little utility class to fake a mutable long
ListCacheKeyGenerator.ListKeyGenerator
           
MessageDigestOutputStream
          Simple OutputStream that writes all data directly to the configured MessageDigest using the update methods.
ReadOnlyList
          Composite interface that denotes a Serializable List that is read only.
ReflectionHelper
          Utility for determinging if an object implements specific methods.
ReflectionHelperAware
          Implemented by classes that need a ReflectionHelper instance.
StringCacheKeyGenerator.StringGenerator
           
 



Copyright © 2011. All Rights Reserved.