[ZODB-Dev] RFC: Reimplementing Pickle Cache in Python
Dieter Maurer
dieter at handshake.de
Wed Sep 17 13:15:34 EDT 2008
Tres Seaver wrote at 2008-9-12 06:35 -0400:
> ...
>Reimplementing Pickle Cache in Python
>=====================================
> ...
> from zope.interface import Attribute
> from zope.interface import Interface
> class IPickleCache(Interface):
> """ API of the cache for a ZODB connection.
> """
> ...
Which method moves an object to the front of the ring?
Or do you use an inline expansion for speed reasons?
--
Dieter
More information about the ZODB-Dev
mailing list