home / grids / Caching

Apps that help with caching your Django Project or Framework for better performance.
Features currently being evaluated
| Feature | Description |
|---|---|
| Tagging Records | Tags are a way to categorize cache records. When you save a cache with the save() method, you can set an array of tags to apply for this record. Then you will be able to clean all cache records tagged with a given tag (or tags) |
| Cache Non-template Responses | A way to cache non-template responses. When using a heavy AJAX implementation (e.g. Sencha Touch or Sencha Ext) data is transferred back and forth to the browser using JSON or XML. This is surpassing most of the template engine in django. These responses should be memoised or cached. |
| Package | Description | Category | Downloads | Last Updated | Version | Repo | Commits | Repo watchers | Forks | Participants | License | Tagging Records | Cache Non-template Responses |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| johnny-cache | official bitbucket johnny-cache mirror | App | 19081 | Jan. 20, 2012, 4:10 a.m. | 0.3.3 | Bitbucket | 79 | 17 | jmoiron | MIT | |||
| django-newcache | Improved memcached cache backend for Django | Other | 5633 | Sept. 4, 2010, 12:23 p.m. | 0.2.4 | Github | 188 | 15 | ericflo justquick | BSD | |||
| django-cacheops | A slick ORM cache with automatic granular event-driven invalidation. | App | 1865 | April 29, 2012, 7:09 p.m. | 0.9.2 | Github | 66 | 7 | Suor libraM | BSD | |||
| django-cache-tagging | Cache tagging allows you easily invalidate all cache records tagged with a given tag(s). | App | 0 | May 11, 2012, 1:10 p.m. | 0.7 | Bitbucket | 3 | 0 | evotech | BSD License | |||
| django-cache-utils | django-cache-utils provides some utils for making cache-related work easier. | Other | 6094 | Jan. 8, 2011, 2:36 a.m. | 0.7.2 | Bitbucket | 15 | 4 | kmike | MIT license | |||
| django-versionedcache | Yet another cache backend for django. This one includes: memcache, mintcache and automatic key versioning for gracefull upgrades. | App | 0 | Feb. 2, 2012, 3:14 p.m. | Github | 32 | 6 | HonzaKral Sixtease aleszoulek czervenka kvbik majerm martinbilek whit xaralis justquick more... | UNKNOWN | ||||
| django-cachebot | Automated caching and invalidation for the Django ORM | App | 0 | Nov. 25, 2011, 12:56 p.m. | Github | 114 | 9 | dziegler | UNKNOWN | ||||
| django-cache-machine | Automatic caching and invalidation for Django models through the ORM. | App | 4980 | May 1, 2012, 3:35 p.m. | 0.6 | Github | 272 | 34 | jbalogh Bpless rlr twidi andymckay Osmose jsocol tobiasmcnulty | BSD | |||
| django-cachetree | cache configurable trees of related model instances in Django | App | 616 | Feb. 14, 2012, 11:20 a.m. | 0.1.2 | Github | 7 | 3 | brianjaystanley | MIT | |||
| django-query-caching | EXPERIMENTAL/ALPHA. Transparently caches the results of SQL SELECT statements. | App | 642 | Dec. 30, 2011, 9:47 p.m. | 0.1.1 | Github | 4 | 2 | SeanHayes | BSD | |||
| Package | Description | Category | Downloads | Last Updated | Version | Repo | Commits | Repo watchers | Forks | Participants | License | Tagging Records | Cache Non-template Responses |
