public interface CacheKeyGenerator
An interface for generating keys used by Cacheable.
| Modifier and Type | Method and Description | 
|---|---|
Object | 
generateKey(AnnotationMetadata annotationMetadata,
           Object... params)
Generate a key for the given annotated element and parameters. 
 | 
Object generateKey(AnnotationMetadata annotationMetadata, Object... params)
annotationMetadata - The annotated metadataparams - The parameters