This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.components.interceptors
Class RemoveFromCacheInterceptor
java.lang.Object
   org.apache.jetspeed.components.interceptors.AbstractCacheInterceptor
org.apache.jetspeed.components.interceptors.AbstractCacheInterceptor
       org.apache.jetspeed.components.interceptors.RemoveFromCacheInterceptor
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
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RemoveFromCacheInterceptor
public RemoveFromCacheInterceptor(org.apache.jetspeed.cache.general.GeneralCache cache)
- Parameters:
- cache-
doCacheOperation
protected Object doCacheOperation(org.aopalliance.intercept.MethodInvocation mi,
                                  String uniqueKey)
                           throws Throwable
- 
 doCacheOperation
  - 
 
- 
- Specified by:
- doCacheOperationin class- AbstractCacheInterceptor
 
- 
- Parameters:
- mi-
- uniqueKey-
- Returns:
- 
- Throws:
- Throwable
- See Also:
- AbstractCacheInterceptor.doCacheOperation(org.aopalliance.intercept.MethodInvocation, java.lang.String)
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.