django-xcache

Keeps backups of expired cached values.


License
Other
Install
pip install django-xcache==0.1

Documentation

django-xcache

Build Status | Documentation Status

This Django application can be used as a backend to the cache system that will keep a backup of cached items even if the value has expired.

All core Django cache backends are provided with the addition of keeping a backup of expired values.

This is for low-level caching interactions.

See the documentation.