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

Package cache

source code

PyBlosxom works by pulling data from the file system, passing it through a series of filters and transformations, and then rendering it. Some of these steps are somewhat intensive and to alleviate this, we cache things.

For example, the entries.base.BaseEntry class allows entries to be cached after they've been pulled from the file system and passed through a series of filters/formatters.

There are several cache mechanisms. Read the documentation for each to understand how they work and how to set them up. Additional caching mechanisms can be dropped in this directory and used by setting the "cacheDriver" item in the config dict.

Submodules [hide private]

Variables [hide private]
  __revision__ = '$Revision: 913 $'