package

org.springframework.cache.annotation

JDK 1.5+ annotation for caching demarcation. Hooked into Spring's caching interception infrastructure via CacheDefinitionSource implementation.

Interfaces

CacheAnnotationParser Strategy interface for parsing known caching annotation types. 

Classes

AnnotationCacheDefinitionSource Implementation of the CacheDefinitionSource interface for working with caching metadata in JDK 1.5+ annotation format. 
SpringCachingAnnotationParser Strategy implementation for parsing Spring's Cacheable and CacheEvict annotations.