[Zope-Checkins] CVS: Zope/lib/python/Products/StandardCacheManagers/help - RAM.stx:1.2.100.2

Ken Manheimer klm at zope.com
Fri Apr 30 12:56:29 EDT 2004


Update of /cvs-repository/Zope/lib/python/Products/StandardCacheManagers/help
In directory cvs.zope.org:/tmp/cvs-serv30876

Modified Files:
      Tag: Zope-2_7-branch
	RAM.stx 
Log Message:
Include clues about max_age parameter on RAMCacheManager, particularly how
it differs from the cleanup interval.


=== Zope/lib/python/Products/StandardCacheManagers/help/RAM.stx 1.2.100.1 => 1.2.100.2 ===
--- Zope/lib/python/Products/StandardCacheManagers/help/RAM.stx:1.2.100.1	Thu Apr 29 16:08:00 2004
+++ Zope/lib/python/Products/StandardCacheManagers/help/RAM.stx	Fri Apr 30 12:56:28 2004
@@ -25,6 +25,11 @@
     You can also configure the cleanup interval.  If the RAM cache is
     fluctuating too much in memory usage, reduce the cleanup interval.
 
+    Some caches have a maximum age parameter, by which you can set a
+    lifetime on cached entries.  This is in contrast to the cleanup
+    interval, which determines when the system checks for excess of
+    any expiration criteria, maximum age included.
+
     Finally, you can configure the list of REQUEST variables that will
     be used in the cache key.  This can be a simple and effective way
     to distinguish requests from authenticated versus anonymous users




More information about the Zope-Checkins mailing list