Uses of Interface
org.springframework.cache.interceptor.CacheOperationInvocationContext
Packages that use 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
Classes in org.springframework.cache.interceptor that implement CacheOperationInvocationContextModifier and TypeClassDescriptionprotected classACacheOperationInvocationContextcontext for aCacheOperation.Methods in org.springframework.cache.interceptor with parameters of type CacheOperationInvocationContextModifier 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
Methods in org.springframework.cache.jcache.interceptor with parameters of type CacheOperationInvocationContextModifier and TypeMethodDescriptionprotected Collection<String>SimpleExceptionCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context)