You are not logged in Log in Join
You are here: Home » Members » pupq » Cache Controlled ZSQL Methods » CacheControlledZSQLMethods-1.1 » Changes » View Document

Log in
Name

Password

 

Changes

Changes to CacheControlledZSQLMethods

Version 1.2

  • Fixed packaging problems: stray \ symbol, commented-out imports

Version 1.1

  • First version repackaged by Joel Burton.
  • Moved Dieter's Shared caching into this package rather than keep as separate module.
  • Made this work in an INSTANCE_HOME or Zope 2.7 setup; no more reliance on being installed in lib/python/Products.
  • Fixed flushCacheEntry() method, which was broken. Added maxtime to the lookup key so that it can find the right cache value.
  • Made ZEO-compatible version of flushCache by adding _v_flushCacheCount to keep track of whether this ZEO client has flushed the Cache as many times as has been requested.