You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by hc...@apache.org on 2005/02/02 12:26:35 UTC

cvs commit: jakarta-turbine-jcs/sandbox/yajcache/test/org/apache/jcs/yajcache/soft SoftRefFileCacheSafeTest.java

hchar       2005/02/02 03:26:35

  Modified:    sandbox/yajcache/test/org/apache/jcs/yajcache/soft
                        SoftRefFileCacheSafeTest.java
  Log:
  test removing a file cache + log CacheManager
  
  Revision  Changes    Path
  1.4       +2 -0      jakarta-turbine-jcs/sandbox/yajcache/test/org/apache/jcs/yajcache/soft/SoftRefFileCacheSafeTest.java
  
  Index: SoftRefFileCacheSafeTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/test/org/apache/jcs/yajcache/soft/SoftRefFileCacheSafeTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SoftRefFileCacheSafeTest.java	1 Feb 2005 10:36:26 -0000	1.3
  +++ SoftRefFileCacheSafeTest.java	2 Feb 2005 11:26:35 -0000	1.4
  @@ -66,8 +66,10 @@
               log.debug("get i="+i +":"+ c.get(String.valueOf(i)));
           }
           log.debug("size: " + c.size());
  +        CacheManager.inst.removeCache("bytesCache");
   //        log.debug("count: " + sc.getCollectorCount());
   //        log.debug(SoftRefCacheCleaner.inst.toString());
           log.debug(c);
  +        log.debug(CacheManager.inst);
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org