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

View File

@@ -1 +1 @@
Version 2.1.0 (2012-10-10 11:01:05) dev
Version 2.1.0 (2012-10-10 11:03:48) dev

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