Skip to content

ailabs/django-zone-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A thin layer for the django cache interface to specify cache zones.

Django cache does not offer the functionality to purge a zone ('group') of cached objects. This module prefixes all keys for the items within one zone with a zone key. If the zone should be invalidated then the zone key is incremented.

All actions take two cache lookups, one for the zone key and one for the actual value.

About

Small library to add support for cache zones to Django cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages