Uses of Class
org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
Packages that use AbstractFallbackJCacheOperationSource
Package
Description
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
- 
Uses of AbstractFallbackJCacheOperationSource in org.springframework.cache.jcache.interceptorModifier and TypeClassDescriptionclassImplementation of theJCacheOperationSourceinterface that reads the JSR-107CacheResult,CachePut,CacheRemoveandCacheRemoveAllannotations.classThe defaultJCacheOperationSourceimplementation delegating default operations to configurable services with sensible defaults when not present.