public class

CacheInterceptor

extends CacheAspectSupport
implements Serializable
java.lang.Object
   ↳ org.springframework.cache.interceptor.CacheAspectSupport
     ↳ org.springframework.cache.interceptor.CacheInterceptor

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class org.springframework.cache.interceptor.CacheAspectSupport
Public Constructors
CacheInterceptor()
Public Methods
Object invoke(MethodInvocation invocation)
[Expand]
Inherited Methods
From class org.springframework.cache.interceptor.CacheAspectSupport
From class java.lang.Object
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public CacheInterceptor ()

Public Methods

public Object invoke (MethodInvocation invocation)

Throws
Throwable