| java.lang.Object | ||
| ↳ | org.springframework.cache.interceptor.CacheAspectSupport | |
| ↳ | org.springframework.cache.interceptor.CacheInterceptor | |
AOP Alliance MethodInterceptor for declarative cache
management using the common Spring caching infrastructure
(Cache).
Derives from the CacheAspectSupport class which
contains the integration with Spring's underlying caching API.
CacheInterceptor simply calls the relevant superclass methods
in the correct order.
CacheInterceptors are thread-safe.
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.cache.interceptor.CacheAspectSupport
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.cache.interceptor.CacheAspectSupport
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
From interface
org.springframework.beans.factory.InitializingBean
| |||||||||||||||||||||||||||||||||
