Package Pyblosxom :: Package cache :: Module entryshelve
[hide private]
[frames] | no frames]

Module entryshelve

source code

This cache driver creates shelved data as cache in a dbm file.

To use this driver, add the following configuration options in your config.py

py['cacheDriver'] = 'entryshelve' py['cacheConfig'] = '/path/to/a/cache/dbm/file'

If successful, you will see the cache file. Be sure that you have write access to the cache file.

Classes [hide private]
  BlosxomCache
This stores entries in shelves in a .dbm file.
Variables [hide private]
  __revision__ = '$Revision: 913 $'