spring-framework / org.springframework.cache.annotation / SpringCacheAnnotationParser

SpringCacheAnnotationParser

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

Constructors

<init>

SpringCacheAnnotationParser()

Strategy implementation for parsing Spring's Caching, Cacheable, CacheEvict, and CachePut annotations.

Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

parseCacheAnnotations

open fun parseCacheAnnotations(type: Class<*>): MutableCollection<CacheOperation>
open fun parseCacheAnnotations(method: Method): MutableCollection<CacheOperation>