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

parseCacheAnnotations

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