Generated by
JDiff

Interface org.springframework.cache.annotation.CacheAnnotationParser

Removed Methods
Collection<CacheOperation> parseCacheAnnotations(AnnotatedElement) Parses the cache definition for the given method or class, based on a known annotation type.
 

Added Methods
Collection<CacheOperation> parseCacheAnnotations(Class<?>) Parses the cache definition for the given class, based on a known annotation type.
Collection<CacheOperation> parseCacheAnnotations(Method) Parses the cache definition for the given method, based on a known annotation type.