You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 19 / zope.bforest-1.2-2.lbn19.noarch

zope.bforest-1.2-2.lbn19.noarch

Package Attributes
RPM  zope.bforest-1.2-2.lbn19.noarch.rpm Architecture  noarch Size  48768 Created  2019/09/30 06:52:28 UTC
Package Specification
Summary Mappings based transparently on multiple BTrees; good for rotating caches and logs.
Group Application/Internet
License GPL
Home Page http://pypi.python.org/packages/source/z/zope.bforest-1.2.tar.gz
Description

BForests are dictionary-like objects that use multiple BTrees for a backend and support rotation of the composite trees. This supports various implementations of timed member expirations, enabling caches and semi-persistent storage. A useful and simple subclass would be to promote a key-value pair to the first (newest) bucket whenever the key is accessed, for instance. It also is useful with disabling the rotation capability.

Like btrees, bforests come in four flavors: Integer-Integer (IIBForest), Integer-Object (IOBForest), Object-Integer (OIBForest), and Object-Object (OOBForest). The examples here will deal with them in the abstract: we will create classes from the imaginary and representative BForest class, and generate keys from KeyGenerator and values from ValueGenerator. From the examples you should be able to extrapolate usage of all four types.

Requires
python-setuptools  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
rpmlib(PayloadIsXz)  
Provides
zope.bforest
Obsoletes
zope.bforest-egginfo

Document Actions