weaver      2003/10/16 17:38:21

  Modified:    plugin/src/java/org/apache/jetspeed/persistence
                        PersistencePlugin.java
  Log:
  added the clearCache method
  
  Revision  Changes    Path
  1.3       +13 -1     
jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence/PersistencePlugin.java
  
  Index: PersistencePlugin.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence/PersistencePlugin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PersistencePlugin.java    23 Aug 2003 00:07:06 -0000      1.2
  +++ PersistencePlugin.java    17 Oct 2003 00:38:21 -0000      1.3
  @@ -221,4 +221,16 @@
        * @param object The object to be invalidated from the cache
        */
       void invalidateObject(Object object);
  +    
  +    /**
  +     * 
  +     * <p>
  +     * clearCache
  +     * </p>
  +     * 
  +     * Clears out any cahcing mechanisms completely
  +     *
  +     */
  +    void clearCache();
  +    
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to