Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.cache.annotation Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AbstractCachingConfigurationAbstract base @Configuration class providing common structurefor enabling Spring's annotation-driven cache management capability.Classorg.springframework.cache.annotationSpring MVC
AnnotationCacheOperationSourceThis class reads Spring's Cacheable, CachePut and CacheEvictannotations and exposes corresponding caching operation definition to Spring's cacheClassorg.springframework.cache.annotationSpring MVC
AnnotationCacheOperationSource .CacheOperationProviderCallback interface providing CacheOperation instance(s) based ona given CacheAnnotationParser.Interfaceorg.springframework.cache.annotation.AnnotationCacheOperationSourceSpring MVC
CacheableAnnotation indicating that the result of invoking a method (or all methodsin a class) can be cached.Classorg.springframework.cache.annotationSpring MVC
CacheAnnotationParserStrategy interface for parsing known caching annotation types.Interfaceorg.springframework.cache.annotationSpring MVC
CacheConfig@CacheConfig provides a mechanism for sharing common cache-relatedsettings at the class level.Classorg.springframework.cache.annotationSpring MVC
CacheEvictAnnotation indicating that a method (or all methods on a class) triggers acache evict operation.Classorg.springframework.cache.annotationSpring MVC
CachePutAnnotation indicating that a method (or all methods on a class) triggers acache put operation.Classorg.springframework.cache.annotationSpring MVC
CachingGroup annotation for multiple cache annotations (of different or the same type).Classorg.springframework.cache.annotationSpring MVC
CachingConfigurationSelectorSelects which implementation of AbstractCachingConfiguration should be usedbased on the value of EnableCaching.Classorg.springframework.cache.annotationSpring MVC
CachingConfigurerInterface to be implemented by @Configuration classes annotated with @EnableCaching that wish or need tospecify explicitly how caches are resolved and how keys are generated for annotation-drivenInterfaceorg.springframework.cache.annotationSpring MVC
CachingConfigurerSupportAn implementation of CachingConfigurer with empty methods allowingsub-classes to override only the methods they're interested in.Classorg.springframework.cache.annotationSpring MVC
EnableCachingEnables Spring's annotation-driven cache management capability, similar tothe support found in Spring's XML namespace.Classorg.springframework.cache.annotationSpring MVC
ProxyCachingConfiguration@Configuration class that registers the Spring infrastructure beans necessaryto enable proxy-based annotation-driven cache management.Classorg.springframework.cache.annotationSpring MVC
SpringCacheAnnotationParserStrategy implementation for parsing Spring's Caching, Cacheable,CacheEvict, and CachePut annotations.Classorg.springframework.cache.annotationSpring MVC