A page caching system for Trac

Description

To use this you will need memcached, and either python-memcached or cmemcache. The latter of the libraries is preferred, as it is much faster. Currently this only handles caching wiki pages, but stay tuned for more.

Bugs/Feature Requests

Existing bugs and feature requests for CacheSystemPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out CacheSystemPlugin from here using Subversion, or browse the source with Trac.

Example

To enable:

[components]
cachesystem.* = enabled

To configure:

[cache]
memcached_server = 10.0.0.1:11211
timeout = 600

Recent Changes

[11850] by rjollos on 07/31/12 09:34:15

Fixes #1199: Fixed trivial typo. Thanks to otaku42 for spotting :)

[3416] by coderanger on 03/25/08 07:39:08

Change my email to avoid Yahoo, which decided to brake my scraper script recently.

[1943] by coderanger on 02/09/07 12:08:17

CacheSystemPlugin:

Initial add.

[1942] by coderanger on 02/09/07 12:07:31

New hack CacheSystemPlugin, created by coderanger

Author/Contributors

Author: coderanger
Maintainer: none
Contributors: