[Zope-CVS] CVS: Products/FileCacheManager - README.txt:1.3
Jens Vagelpohl
jens at dataflake.org
Thu Aug 19 15:40:16 EDT 2004
Update of /cvs-repository/Products/FileCacheManager
In directory cvs.zope.org:/tmp/cvs-serv8773
Modified Files:
README.txt
Log Message:
- advertise transation-awareness
=== Products/FileCacheManager/README.txt 1.2 => 1.3 ===
--- Products/FileCacheManager/README.txt:1.2 Fri Aug 13 08:45:51 2004
+++ Products/FileCacheManager/README.txt Thu Aug 19 15:40:14 2004
@@ -12,6 +12,12 @@
content. The file iterator serves content in a memory-conserving way
and it does not hold on to a ZODB database connection.
+ Transaction-awareness is built into the filesystem-related operations.
+ That means a file is only written out to the file system if the
+ transaction that wants to write it commits in full. Conversely, a file
+ that is supposed to be deleted as part of an invalidation operation will
+ only be deleted if the invalidation transaction commits cleanly.
+
** Requirements **
- Zope version 2.7.1 or higher
More information about the Zope-CVS
mailing list