Package | Description |
---|---|
org.springframework.cache.aspectj | |
org.springframework.cache.jcache.config |
Support package for declarative JSR-107 caching configuration.
|
org.springframework.cache.jcache.interceptor |
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.cache.aspectj.JCacheCacheAspect |
AspectJJCacheConfiguration.cacheAspect(JCacheOperationSource jCacheOperationSource) |
Modifier and Type | Method and Description |
---|---|
JCacheOperationSource |
AbstractJCacheConfiguration.cacheOperationSource() |
Modifier and Type | Method and Description |
---|---|
BeanFactoryJCacheOperationSourceAdvisor |
ProxyJCacheConfiguration.cacheAdvisor(JCacheOperationSource jCacheOperationSource,
JCacheInterceptor jCacheInterceptor) |
JCacheInterceptor |
ProxyJCacheConfiguration.cacheInterceptor(JCacheOperationSource jCacheOperationSource) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFallbackJCacheOperationSource
Abstract implementation of
JCacheOperationSource that caches attributes
for methods and implements a fallback policy: 1. |
class |
AnnotationJCacheOperationSource
Implementation of the
JCacheOperationSource interface that reads
the JSR-107 CacheResult , CachePut , CacheRemove and
CacheRemoveAll annotations. |
class |
DefaultJCacheOperationSource
The default
JCacheOperationSource implementation delegating
default operations to configurable services with sensible defaults
when not present. |
Modifier and Type | Method and Description |
---|---|
JCacheOperationSource |
JCacheAspectSupport.getCacheOperationSource()
Return the CacheOperationSource for this cache aspect.
|
protected abstract JCacheOperationSource |
JCacheOperationSourcePointcut.getCacheOperationSource()
Obtain the underlying
JCacheOperationSource (may be null ). |
Modifier and Type | Method and Description |
---|---|
void |
BeanFactoryJCacheOperationSourceAdvisor.setCacheOperationSource(JCacheOperationSource cacheOperationSource)
Set the cache operation attribute source which is used to find cache
attributes.
|
void |
JCacheAspectSupport.setCacheOperationSource(JCacheOperationSource cacheOperationSource)
Set the CacheOperationSource for this cache aspect.
|