[Zope-Checkins] CVS: Zope2 - propsRCM.dtml:1.2

shane@digicool.com shane@digicool.com
Tue, 24 Apr 2001 09:08:47 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/StandardCacheManagers/dtml
In directory korak:/tmp/cvs-serv7168/dtml

Modified Files:
	propsRCM.dtml 
Log Message:
Added "max_age" parameter to RAM cache manager, making it easier to
configure for certain kinds of setups.



--- Updated File propsRCM.dtml in package Zope2 --
--- propsRCM.dtml	2001/01/09 22:25:12	1.1
+++ propsRCM.dtml	2001/04/24 13:08:46	1.2
@@ -18,18 +18,19 @@
   <tr>
     <td align="left" valign="top">
     <div class="form-label">
-    REQUEST Variables
+    REQUEST variables
     </div>
     </td>
     <td align="left" valign="top">
     <textarea name="request_vars:lines" rows="5" cols="30"><dtml-in
-     request_vars>&dtml-sequence-item;</dtml-in></textarea>
+     request_vars>&dtml-sequence-item;
+</dtml-in></textarea>
     </td>
   </tr>
   <tr>
     <td align="left" valign="top">
     <div class="form-label">
-    Threshold Entries
+    Threshold entries
     </div>
     </td>
     <td align="left" valign="top">
@@ -40,7 +41,18 @@
   <tr>
     <td align="left" valign="top">
     <div class="form-label">
-    Cleanup Interval (Seconds)
+    Maximum age of a cache entry (seconds)
+    </div>
+    </td>
+    <td align="left" valign="top">
+    <input type="text" name="max_age" size="40"
+     value="&dtml-max_age;" />
+    </td>
+  </tr>
+  <tr>
+    <td align="left" valign="top">
+    <div class="form-label">
+    Cleanup interval (seconds)
     </div>
     </td>
     <td align="left" valign="top">