| java.lang.Object | |
| ↳ | org.springframework.cache.annotation.SpringCachingAnnotationParser |
Strategy implementation for parsing Spring's Cacheable and CacheEvict annotations.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parses the cache definition for the given method or class,
based on a known annotation type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.cache.annotation.CacheAnnotationParser
| |||||||||||
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.
| ae | the annotated method or class |
|---|
null if none was found