Uses of Interface
org.wanghy.cache.key.CacheKeyGenerator

Packages that use CacheKeyGenerator
org.wanghy.cache.interceptor.caching   
org.wanghy.cache.key   
 

Uses of CacheKeyGenerator in org.wanghy.cache.interceptor.caching
 

Fields in org.wanghy.cache.interceptor.caching declared as CacheKeyGenerator
private  CacheKeyGenerator CachingAspectSupport.cacheKeyGenerator
          Generates the key of a cache entry.
 

Methods in org.wanghy.cache.interceptor.caching that return CacheKeyGenerator
protected  CacheKeyGenerator CachingAspectSupport.getCacheKeyGenerator()
          Getter for field CachingAspectSupport.cacheKeyGenerator.
 

Methods in org.wanghy.cache.interceptor.caching with parameters of type CacheKeyGenerator
 void CachingAspectSupport.setCacheKeyGenerator(CacheKeyGenerator cacheKeyGenerator)
          Setter for the field CachingAspectSupport.cacheKeyGenerator.
 

Uses of CacheKeyGenerator in org.wanghy.cache.key
 

Classes in org.wanghy.cache.key that implement CacheKeyGenerator
 class HashCodeCacheKeyGenerator
           Generates the key for a cache entry using the hashCode of the intercepted method and its arguments.
 



Copyright © 2004-2005 Alex Ruiz. All Rights Reserved.