Contents
A page caching system for Trac wiki pages
Notice: This plugin is unmaintained and available for adoption.
Description
This is a plugin that caches wiki pages.
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.
Bugs/Feature Requests
Existing bugs and feature requests for CacheSystemPlugin are here.
If you have any issues, create a new ticket.
defect |
1 / 3 |
---|
Download
Download the zipped source from here.
Source
You can check out CacheSystemPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
To enable:
[components] cachesystem.* = enabled
Configuration
To configure:
[cache] memcached_server = 10.0.0.1:11211 timeout = 600
Recent Changes
- 11850 by rjollos on 2012-07-31 07:34:15
-
Fixes #1199: Fixed trivial typo. Thanks to otaku42 for spotting :)
- 3416 by coderanger on 2008-03-25 06:39:08
-
Change my email to avoid Yahoo, which decided to brake my scraper script recently.
- 1943 by coderanger on 2007-02-09 11:08:17
-
CacheSystemPlugin:
Initial add.
(more)
Author/Contributors
Author: coderanger
Maintainer: none (needsadoption)
Contributors: