From: Tony Mack Date: Mon, 28 Nov 2011 20:14:04 +0000 (-0500) Subject: enable caching at the aggregate X-Git-Tag: sfa-2.0-1~6^2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f3fdda027065062ae80b009edf6ea9d4b71d06fa;p=sfa.git enable caching at the aggregate --- diff --git a/sfa/managers/aggregate_manager.py b/sfa/managers/aggregate_manager.py index 56d60086..8dae1472 100644 --- a/sfa/managers/aggregate_manager.py +++ b/sfa/managers/aggregate_manager.py @@ -25,8 +25,8 @@ class AggregateManager: def __init__ (self): # xxx Thierry : caching at the aggregate level sounds wrong... - #self.caching=True - self.caching=False + self.caching=True + #self.caching=False def GetVersion(self, api, options={}):