https://github.com/cfpb/django-cache-tools
Tools to make caching easier in Django
https://github.com/cfpb/django-cache-tools
Last synced: 9 days ago
JSON representation
Tools to make caching easier in Django
- Host: GitHub
- URL: https://github.com/cfpb/django-cache-tools
- Owner: cfpb
- License: cc0-1.0
- Created: 2013-03-18T13:39:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T20:12:31.000Z (over 11 years ago)
- Last Synced: 2025-04-09T20:15:00.398Z (3 months ago)
- Language: Python
- Homepage:
- Size: 588 KB
- Stars: 12
- Watchers: 21
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.txt
Awesome Lists containing this project
README
Django Cache Tools
========================[](https://travis-ci.org/cfpb/django-cache-tools)
Django Cache tools is a basic set of tools to built on top of the django cache framework
to make it easier to use and add caching related features.Tools included
------------------------------------
- KeyableModel: Model that has a cache_key to cache with.
- expire_page: Expire a page with a given path.
- @cache_page_in_group: Cache pages with a given group name so they can be expired all at one.Documentation
------------------------------------
You can find the docs at http://django-cache-tools.readthedocs.org/.Running the Tests
------------------------------------You can run the tests with via::
python runtests.py