summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/dummy.py
AgeCommit message (Expand)Author
2010-01-27Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee
2008-08-10Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick
2007-10-20Fixed #4831 -- Added an "add" cache key method, for parity with memcached'sMalcolm Tredinnick
2007-01-12Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th...Jacob Kaplan-Moss
2006-02-24Refactored cache from django/core/cache.py into django/core/cache package, wi...Adrian Holovaty