[Zope-Annce] [Ann]: Cache Controlled SQL methods (CCSQLMethods)

Dieter Maurer dieter@handshake.de
Tue, 5 Sep 2000 00:02:26 +0200


Z SQL methods provide a caching mechanism that can greatly reduce
the number of database accesses.

If, however, the database is changed dynamically, the cache
must be used with caution as otherwise stale query results
may be returned.

CC SQL methods extend Z SQL methods by cache control functions
to explicitly control the cache. This allows for the use of much more
efficient cache parameters at the expense of explicit cache
management.


More information and download:
	URL:http://www.dieter.handshake.de/pyprojects/zope/CCSQLMethod.html


Dieter