Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.cache.interceptor Classes and Interfaces - 28 results found.
NameDescriptionTypePackageFramework
AbstractCacheInvokerA base component for invoking Cache operations and using aconfigurable CacheErrorHandler when an exception occurs.Classorg.springframework.cache.interceptorSpring MVC
AbstractCacheResolverA base CacheResolver implementation that requires the concreteSince:4.Classorg.springframework.cache.interceptorSpring MVC
AbstractFallbackCacheOperationSourceAbstract implementation of CacheOperation that cachesattributes for methods and implements a fallback policy: 1.Classorg.springframework.cache.interceptorSpring MVC
BasicOperationThe base interface that all cache operations must implement.Interfaceorg.springframework.cache.interceptorSpring MVC
BeanFactoryCacheOperationSourceAdvisorAdvisor driven by a CacheOperationSource, used to include acache advice bean for methods that are cacheable.Classorg.springframework.cache.interceptorSpring MVC
CacheableOperationClass describing a cache 'cacheable' operation.Classorg.springframework.cache.interceptorSpring MVC
CacheAspectSupportBase class for caching aspects, such as the CacheInterceptoror an AspectJ aspect.Classorg.springframework.cache.interceptorSpring MVC
CacheAspectSupport .CacheOperationMetadataMetadata of a cache operation that does not depend on a particular invocationwhich makes it a good candidate for caching.Classorg.springframework.cache.interceptor.CacheAspectSupportSpring MVC
CacheErrorHandlerA strategy for handling cache-related errors.Interfaceorg.springframework.cache.interceptorSpring MVC
CacheEvictOperationClass describing a cache 'evict' operation.Classorg.springframework.cache.interceptorSpring MVC
CacheInterceptorAOP Alliance MethodInterceptor for declarative cachemanagement using the common Spring caching infrastructureClassorg.springframework.cache.interceptorSpring MVC
CacheOperationBase class for cache operations.Classorg.springframework.cache.interceptorSpring MVC
CacheOperationInvocationContextRepresentation of the context of the invocation of a cache operation.Interfaceorg.springframework.cache.interceptorSpring MVC
CacheOperationInvokerAbstract the invocation of a cache operation.Interfaceorg.springframework.cache.interceptorSpring MVC
CacheOperationInvoker .ThrowableWrapperWrap any exception thrown while invoking CacheOperationInvoker.Classorg.springframework.cache.interceptor.CacheOperationInvokerSpring MVC
CacheOperationSourceInterface used by CacheInterceptor.Interfaceorg.springframework.cache.interceptorSpring MVC
CacheProxyFactoryBeanProxy factory bean for simplified declarative caching handling.Classorg.springframework.cache.interceptorSpring MVC
CachePutOperationClass describing a cache 'put' operation.Classorg.springframework.cache.interceptorSpring MVC
CacheResolverDetermine the Cache instance(s) to use for an intercepted method invocation.Interfaceorg.springframework.cache.interceptorSpring MVC
CompositeCacheOperationSourceComposite CacheOperationSource implementation that iteratesover a given array of CacheOperationSource instances.Classorg.springframework.cache.interceptorSpring MVC
DefaultKeyGeneratorDefault key generator.Classorg.springframework.cache.interceptorSpring MVC
KeyGeneratorCache key generator.Interfaceorg.springframework.cache.interceptorSpring MVC
NamedCacheResolverA CacheResolver that forces the resolution to a configurablecollection of name(s) against a given CacheManager.Classorg.springframework.cache.interceptorSpring MVC
NameMatchCacheOperationSourceSimple CacheOperationSource implementation that allows attributes to be matchedSince:3.Classorg.springframework.cache.interceptorSpring MVC
SimpleCacheErrorHandlerA simple CacheErrorHandler that does not handle theexception at all, simply throwing it back at the client.Classorg.springframework.cache.interceptorSpring MVC
SimpleCacheResolverA simple CacheResolver that resolves the Cache instance(s)based on a configurable CacheManager and the name of theClassorg.springframework.cache.interceptorSpring MVC
SimpleKeyA simple key as returned from the SimpleKeyGenerator.Classorg.springframework.cache.interceptorSpring MVC
SimpleKeyGeneratorSimple key generator.Classorg.springframework.cache.interceptorSpring MVC