[jboss-cvs] JBossCache/src/org/jboss/cache ...

Manik Surtani manik at jboss.org
Fri Jun 8 12:26:41 EDT 2007


  User: msurtani
  Date: 07/06/08 12:26:41

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  JBCACHE-1084
  
  Revision  Changes    Path
  1.85      +4 -0      JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -b -r1.84 -r1.85
  --- CacheImpl.java	8 Jun 2007 15:39:29 -0000	1.84
  +++ CacheImpl.java	8 Jun 2007 16:26:41 -0000	1.85
  @@ -979,6 +979,10 @@
         tm = null;
   
         cacheStatus = CacheStatus.STOPPED;
  +
  +      // empty in-memory state
  +      root.clearDataDirect();
  +      root.removeChildrenDirect();
      }
   
      public CacheStatus getCacheStatus()
  
  
  



More information about the jboss-cvs-commits mailing list