4 Sep
2000
4 Sep
'00
10:02 p.m.
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