org.apache.jetspeed.components.interceptors
Class RemoveFromCacheInterceptor

java.lang.Object
  extended by org.apache.jetspeed.components.interceptors.AbstractCacheInterceptor
      extended by org.apache.jetspeed.components.interceptors.RemoveFromCacheInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class RemoveFromCacheInterceptor
extends AbstractCacheInterceptor

RemoveFromCacheInterceptor

Version:
$Id: RemoveFromCacheInterceptor.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Field Summary
 
Fields inherited from class org.apache.jetspeed.components.interceptors.AbstractCacheInterceptor
cache, uniquePrefix
 
Constructor Summary
RemoveFromCacheInterceptor(GeneralCache cache)
           
 
Method Summary
protected  java.lang.Object doCacheOperation(org.aopalliance.intercept.MethodInvocation mi, java.lang.String uniqueKey)
           doCacheOperation
 
Methods inherited from class org.apache.jetspeed.components.interceptors.AbstractCacheInterceptor
buildKey, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveFromCacheInterceptor

public RemoveFromCacheInterceptor(GeneralCache cache)
Parameters:
cache -
Method Detail

doCacheOperation

protected java.lang.Object doCacheOperation(org.aopalliance.intercept.MethodInvocation mi,
                                            java.lang.String uniqueKey)
                                     throws java.lang.Throwable

doCacheOperation

Specified by:
doCacheOperation in class AbstractCacheInterceptor
Parameters:
mi -
uniqueKey -
Returns:
Throws:
java.lang.Throwable
See Also:
AbstractCacheInterceptor.doCacheOperation(org.aopalliance.intercept.MethodInvocation, java.lang.String)


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.