[Zope] Building a cache on an object

A.M. Kuchling akuchlin@mems-exchange.org
Thu, 29 Jul 1999 23:47:47 -0400


I'd like to construct an associative cache of information, which would
basically be a dictionary.  My first thought was to create a property
that was a dictionary, and store values in the dictionary.
Unfortunately, none of the allowable property types corresponds to a
dictionary.  Can I add a dictionary directly to an object such as a
folder or DTML method?  

-- 
A.M. Kuchling			http://starship.python.net/crew/amk/
The world is a tragedy to those who feel, but a comedy to those who think.
    -- Horace Walpole