You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by Al Forbes <fo...@googlemail.com> on 2006/12/03 23:12:54 UTC

DiskUsagePattern

Hi,

There are a couple of types in the DiskUsagePattern.


Index: src/test-conf/TestDiskCacheDefragPerformance.ccf
===================================================================
--- src/test-conf/TestDiskCacheDefragPerformance.ccf    (revision 481777)
+++ src/test-conf/TestDiskCacheDefragPerformance.ccf    (working copy)
@@ -5,7 +5,7 @@
 jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
 jcs.default.cacheattributes.MaxObjects=100

jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
-cs.default.cacheattributes.DiskUsagePatterName=UPDATE
+jcs.default.cacheattributes.DiskUsagePatternName=UPDATE

 # AVAILABLE AUXILIARY CACHES

jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory



Index: xdocs/RegionProperties.xml
===================================================================
--- xdocs/RegionProperties.xml  (revision 481777)
+++ xdocs/RegionProperties.xml  (working copy)
@@ -118,7 +118,7 @@
                                                <td>60</td>
                                        </tr>
                                        <tr>
-                                               <td>DiskUsagePattern</td>
+
<td>DiskUsagePatternName</td>
                                                <td>
                                                        SWAP is the default.
Under the swap pattern,
                                                        data is only put to
disk when the max memory


Regards
Al