cache.autokey

This commit is contained in:
Massimo Di Pierro
2012-03-28 22:18:17 -05:00
parent ecd2e19067
commit 7f9986145c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-03-28 22:13:16) dev
Version 1.99.7 (2012-03-28 22:18:14) dev
+2
View File
@@ -369,6 +369,8 @@ class Cache(object):
- self.disk is an instance of CacheOnDisk
"""
autokey = ':%(name)s:%(args)s:%(vars)s'
def __init__(self, request):
"""
Parameters