| org.springframework.cache.annotation.CacheAnnotationParser |
Known Indirect Subclasses
|
Public Methods
Parses the cache definition for the given method or class,
based on a known annotation type.
This essentially parses a known cache annotation into Spring's
metadata attribute class. Returns null if the method/class
is not cacheable.
Parameters
| ae
| the annotated method or class |
Returns
- CacheOperationDefinition the configured caching operation,
or
null if none was found
See Also
- AnnotationCacheDefinitionSource#determineCacheOperationDefinition