Re: Wp-super-cache clone for django

2010-02-04 Thread Alessandro Ronchi
On Sun, Jan 3, 2010 at 2:22 PM, Alessandro Ronchi < alessandro.ron...@soasi.com> wrote: > In wordpress there is a plugin that caches in a file (gzipped) a page > and returns it instead of recalculate all from database, directly from > apache. > A garbage collector removes cached pages older than c

Wp-super-cache clone for django

2010-01-03 Thread Alessandro Ronchi
In wordpress there is a plugin that caches in a file (gzipped) a page and returns it instead of recalculate all from database, directly from apache. A garbage collector removes cached pages older than cache life. Is there anything similar in django, that returns a page without using the django mor