home / grids / Caching edit

Apps that help with caching your Django Project or Framework for better performance.

 

Standard View

Features currently being evaluated

FeatureDescription
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.
PackageDescriptionCategoryDownloadsLast UpdatedVersionRepoCommitsRepo watchersForksParticipantsLicenseTagging RecordsCache Non-template Responses
johnny-cacheofficial bitbucket johnny-cache mirrorApp19081Jan. 20, 2012, 4:10 a.m.0.3.3Bitbucket7917jmoironMIT
django-newcacheImproved memcached cache backend for DjangoOther5633Sept. 4, 2010, 12:23 p.m.0.2.4Github18815ericflo
justquick
BSD
django-cacheopsA slick ORM cache with automatic granular event-driven invalidation.App1865April 29, 2012, 7:09 p.m.0.9.2Github667Suor
libraM
BSD
django-cache-taggingCache tagging allows you easily invalidate all cache records tagged with a given tag(s).App0May 11, 2012, 1:10 p.m.0.7Bitbucket30evotechBSD License
django-cache-utilsdjango-cache-utils provides some utils for making cache-related work easier.Other6094Jan. 8, 2011, 2:36 a.m.0.7.2Bitbucket154kmikeMIT license
django-versionedcacheYet another cache backend for django. This one includes: memcache, mintcache and automatic key versioning for gracefull upgrades.App0Feb. 2, 2012, 3:14 p.m.Github326HonzaKral
Sixtease
aleszoulek
czervenka
kvbik
majerm
martinbilek
whit
xaralis
justquick
more...
UNKNOWN
django-cachebotAutomated caching and invalidation for the Django ORMApp0Nov. 25, 2011, 12:56 p.m.Github1149dzieglerUNKNOWN
django-cache-machineAutomatic caching and invalidation for Django models through the ORM.App4980May 1, 2012, 3:35 p.m.0.6Github27234jbalogh
Bpless
rlr
twidi
andymckay
Osmose
jsocol
tobiasmcnulty
BSD
django-cachetreecache configurable trees of related model instances in DjangoApp616Feb. 14, 2012, 11:20 a.m.0.1.2Github73brianjaystanleyMIT
django-query-cachingEXPERIMENTAL/ALPHA. Transparently caches the results of SQL SELECT statements.App642Dec. 30, 2011, 9:47 p.m.0.1.1Github42SeanHayesBSD
PackageDescriptionCategoryDownloadsLast UpdatedVersionRepoCommitsRepo watchersForksParticipantsLicenseTagging RecordsCache Non-template Responses