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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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