open class SpringCacheAnnotationParser : CacheAnnotationParser, Serializable
Strategy implementation for parsing Spring's Caching, Cacheable, CacheEvict, and CachePut annotations.
Author
Costin Leau
Author
Juergen Hoeller
Author
Chris Beams
Author
Phillip Webb
Author
Stephane Nicoll
Author
Sam Brannen
Since
3.1
SpringCacheAnnotationParser()
Strategy implementation for parsing Spring's Caching, Cacheable, CacheEvict, and CachePut annotations. |
open fun equals(other: Any?): Boolean |
|
open fun hashCode(): Int |
|
open fun parseCacheAnnotations(type: Class<*>): MutableCollection<CacheOperation>open fun parseCacheAnnotations(method: Method): MutableCollection<CacheOperation> |