[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml
Added short text making clear that the RCM is not designed to
cache full
Florent Guillaume
fg at nuxeo.com
Sun Nov 14 17:08:51 EST 2004
Log message for revision 28453:
Added short text making clear that the RCM is not designed to cache full
web pages or HTTP headers.
Changed:
U Zope/trunk/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml
-=-
Modified: Zope/trunk/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml
===================================================================
--- Zope/trunk/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml 2004-11-14 21:37:48 UTC (rev 28452)
+++ Zope/trunk/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml 2004-11-14 22:08:51 UTC (rev 28453)
@@ -1,6 +1,13 @@
<dtml-var manage_page_header>
<dtml-var manage_tabs>
+<p class="form-help">
+ The <em>RAM Cache Manager</em> allows you to cache the result of
+ calling expensive objects, such as Python Scripts and External
+ Methods, in memory. Because it does <em>not</em> cache HTTP headers,
+ caching full web pages is generally not advised.
+</p>
+
<form action="manage_editProps" method="POST">
<dtml-with getSettings mapping>
<table cellspacing="0" cellpadding="2" border="0">
More information about the Zope-Checkins
mailing list