1 Aug
2008
1 Aug
'08
2:04 p.m.
--On 1. August 2008 15:55:41 +0200 Marco Bizzarri <marco.bizzarri@gmail.com> wrote:
Hi all.
I have a zope application which uses a db (postgreSQL) to store and retrieve data. I would like to cache it.
It is ok for me to cache them on thread-base. Up to now I've used a simple _v_ attribute, with a dictionary.
Therefore, I'm looking to see if there is a ready solution for this problem.
gocept.cache plone memoize ? -aj