[Zope-CVS] CVS: Products/FileCacheManager - README.txt:1.2
Jens Vagelpohl
jens at dataflake.org
Fri Aug 13 08:45:51 EDT 2004
Update of /cvs-repository/Products/FileCacheManager
In directory cvs.zope.org:/tmp/cvs-serv22835
Modified Files:
README.txt
Log Message:
- Expand and remove stale information
=== Products/FileCacheManager/README.txt 1.1.1.1 => 1.2 ===
--- Products/FileCacheManager/README.txt:1.1.1.1 Sun Mar 21 19:15:32 2004
+++ Products/FileCacheManager/README.txt Fri Aug 13 08:45:51 2004
@@ -1,4 +1,18 @@
-This is an experimental CacheManager that caches data to the
-filesystem.
-Requires changes to ZPublisher, ZServer et al. that are on
-chrism-publishfile-branch.
+File Cache Manager README
+
+ The File Cache Manager is a Zope cache manager compatible with the
+ ZCacheable API as implemented by the other cache managers delivered with
+ Zope (RAM Cache Manager, Accelerated HTTP Cache Manager). Items associated
+ with a File Cache Manager are stored on the file system in a hierarchy of
+ directories similar to other dedicated caching products such as Squid.
+
+ Apart from the ability to cache items on the file system the FCM has
+ another advantage over other Zope products that store content on disk, it
+ is using the new ZPublisher file iterator for serving the file system
+ content. The file iterator serves content in a memory-conserving way
+ and it does not hold on to a ZODB database connection.
+
+ ** Requirements **
+
+ - Zope version 2.7.1 or higher
+
More information about the Zope-CVS
mailing list