[Zope-CVS] CVS: Products/FileCacheManager - README.txt:1.5
Jens Vagelpohl
jens at dataflake.org
Wed Feb 2 07:41:47 EST 2005
Update of /cvs-repository/Products/FileCacheManager
In directory cvs.zope.org:/tmp/cvs-serv28685
Modified Files:
README.txt
Log Message:
- Note that not all types of objects are suitable for FCM caching
=== Products/FileCacheManager/README.txt 1.4 => 1.5 ===
--- Products/FileCacheManager/README.txt:1.4 Sun Aug 29 11:21:36 2004
+++ Products/FileCacheManager/README.txt Wed Feb 2 07:41:46 2005
@@ -41,3 +41,11 @@
- Zope version 2.7.1 or higher (That's the first stable Zope version to
feature the filestream_iterator)
+ ** Compatibility **
+
+ The File Cache Manager has a goal of being a drop-in replacement for other
+ cache managers, such as the RAM Cache Manager. However, that's not true
+ for all cacheable object types. The primary development targets have been
+ to cache Images and Files. Starting with Zope 2.7.4 DTML Methods can be
+ cached as well. With other object types your mileage may vary.
+
More information about the Zope-CVS
mailing list