| Interface | Description | 
|---|---|
| CacheKeyGenerator | 
 An interface for generating keys used by  
Cacheable. | 
| Class | Description | 
|---|---|
| CacheInterceptor | 
 An AOP  
MethodInterceptor implementation for the Cache annotations Cacheable,
 CachePut and CacheInvalidate. | 
| DefaultCacheKeyGenerator | 
 A default implementation of the  
CacheKeyGenerator interface that uses the parameters of the method only. | 
| ParametersKey | 
 A key that uses the parameters of a method. 
 |