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

Module entrypickle

source code

This cache driver creates pickled data as cache in a directory.

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

py['cacheDriver'] = 'entrypickle' py['cacheConfig'] = '/path/to/a/cache/directory'

If successful, you will see the cache directory filled up with files that ends with .entryplugin extention in the drectory.

Classes [hide private]
  BlosxomCache
This cache stores each entry as a separate pickle file of the entry's contents.
Variables [hide private]
  __revision__ = '$Revision: 913 $'