Uses of Interface
org.springframework.cache.interceptor.CacheOperationInvocationContext
Package
Description
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
-
Uses of CacheOperationInvocationContext in org.springframework.cache.interceptor
Modifier and TypeClassDescriptionprotected class
ACacheOperationInvocationContext
context for aCacheOperation
.Modifier and TypeMethodDescriptionprotected abstract Collection<String>
AbstractCacheResolver.getCacheNames
(CacheOperationInvocationContext<?> context) Provide the name of the cache(s) to resolve against the current cache manager.protected Collection<String>
NamedCacheResolver.getCacheNames
(CacheOperationInvocationContext<?> context) protected Collection<String>
SimpleCacheResolver.getCacheNames
(CacheOperationInvocationContext<?> context) protected Collection<? extends Cache>
CacheAspectSupport.getCaches
(CacheOperationInvocationContext<CacheOperation> context, CacheResolver cacheResolver) Collection<? extends Cache>
AbstractCacheResolver.resolveCaches
(CacheOperationInvocationContext<?> context) Collection<? extends Cache>
CacheResolver.resolveCaches
(CacheOperationInvocationContext<?> context) Return the cache(s) to use for the specified invocation. -
Uses of CacheOperationInvocationContext in org.springframework.cache.jcache.interceptor
Modifier and TypeMethodDescriptionprotected Collection<String>
SimpleExceptionCacheResolver.getCacheNames
(CacheOperationInvocationContext<?> context)