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 as...@apache.org on 2004/07/08 02:53:36 UTC

cvs commit: jakarta-turbine-jcs/src/conf cache.ccf

asmuts      2004/07/07 17:53:36

  Modified:    .        project.xml
               src/conf cache.ccf
  Log:
  added berkeley db dependency, test, and config to cache.ccf
  
  Revision  Changes    Path
  1.32      +5 -2      jakarta-turbine-jcs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml	12 Jun 2004 02:34:28 -0000	1.31
  +++ project.xml	8 Jul 2004 00:53:36 -0000	1.32
  @@ -147,6 +147,10 @@
         <version>1.1</version>
         <jar>struts-1.1.jar</jar>
       </dependency>
  +    <dependency>
  +      <id>berkeleydb</id>
  +      <version>1.5.0</version>
  +    </dependency>
     </dependencies>
     <build>
       <sourceDirectory>src/java</sourceDirectory>
  @@ -158,9 +162,8 @@
           <include>**/TestJCS.java</include>
           <include>**/TestSimpleLoad.java</include>
           <include>**/TestDiskCache.java</include>
  -<!--
           <include>**/TestDiskCacheConcurrent.java</include>
  --->
  +        <include>**/TestBDBJEDiskCacheConcurrent.java</include>
           <include>**/TestTCPLateralCache.java</include>
         </includes>
         <resources>
  
  
  
  1.6       +7 -1      jakarta-turbine-jcs/src/conf/cache.ccf
  
  Index: cache.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/conf/cache.ccf,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cache.ccf	14 May 2004 05:03:28 -0000	1.5
  +++ cache.ccf	8 Jul 2004 00:53:36 -0000	1.6
  @@ -83,9 +83,15 @@
   # Primary Disk Cache-- faster than the rest because of memory key storage
   jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
   jcs.auxiliary.DC.attributes=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
  -jcs.auxiliary.DC.attributes.DiskPath=i:/dev/raf/3
  +jcs.auxiliary.DC.attributes.DiskPath=target/test-sandbox/raf
   #new disk cache parameter.
   jcs.auxiliary.DC.attributes.maxKeySize=1000
  +
  +# Berkeley DB JE
  +jcs.auxiliary.JE=org.apache.jcs.auxiliary.disk.bdbje.BDBJECacheFactory
  +jcs.auxiliary.JE.attributes=org.apache.jcs.auxiliary.disk.bdbje.BDBJECacheAttributes
  +jcs.auxiliary.JE.attributes.DiskPath=target/test-sandbox/bdbje-disk-cache-conc
  +
   
   # HSQL Disk Cache -- too slow as is
   jcs.auxiliary.HDC=org.apache.jcs.auxiliary.disk.hsql.HSQLCacheFactory
  
  
  

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