spyce
home
license
community
download
examples
resources
wishlist
contrib (@sf)
documentation
intro
lang
runtime
modules
tags
install
exits
sourceforge
statistics
freshmeat

Documentation - Runtime
[[ Spyce ]]
Python Server Pages
by Rimon Barr

Prev: 3.6.6 - concurrency Up: 3.6 - Configuration Next: 3.6.8 - debug

3.6.7. cache

The cache option allows the user to select the underlying Spyce caching implementation used. The format of the string for this option is "type:info", where the type specifies the cache type, and the optional info parameter is passed on to the cache implementation for initialization. Spyce currently supports the following cache implementations:

  • memory: This is the default cache type, which uses an in-memory dictionary to store the compiled Spyces. It takes no parameters.
  • file: The file-based cache type will serialize the compiled Spyces and store them in a given directory. The info parameter should be the directory location.


Prev: 3.6.6 - concurrency Up: 3.6 - Configuration Next: 3.6.8 - debug


© 2002-07 Rimon Barr
email: rimon@acm.org
Spyce Powered SourceForge Logo [[ Spyce ]]
Python Server Pages
version 1.3.13