many improvements in cache, lazy cache.ram and cache.disk

This commit is contained in:
mdipierro
2012-10-10 11:03:52 -05:00
parent bf6f090428
commit 3c4a142f9a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -283,7 +283,6 @@ class CacheOnDisk(CacheAbstract):
self.initialized = False
self.request = request
self.folder = folder
self.initialize()
def initialize(self):
if self.initialized: return