[[PageOutline(2-5,Contents,pullout)]] = A page caching system for Trac = == Description == To use this you will need [http://www.danga.com/memcached memcached], and either [http://www.tummy.com/Community/software/python-memcached python-memcached] or [http://gijsbert.org/cmemcache 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 [report:9?COMPONENT=CacheSystemPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=CacheSystemPlugin&owner=coderanger new ticket]. == Download == Download the zipped source from [download:cachesystemplugin here]. == Source == You can check out CacheSystemPlugin from [http://trac-hacks.org/svn/cachesystemplugin here] using Subversion, or [source:cachesystemplugin browse the source] with Trac. == Example == To enable: {{{ #!ini [components] cachesystem.* = enabled }}} To configure: {{{ #!ini [cache] memcached_server = 10.0.0.1:11211 timeout = 600 }}} == Recent Changes == [[ChangeLog(cachesystemplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:'''