Example #1
0
 def _storeProtectedFields(self):
     self._cache.write("protected", protectedoptimizer.get())
Example #2
0
 def _storeProtectedFields(self):
     cacheId = "protected-%s" % self._context['config']._fname  # use path to main config file for context
     self._cache.write(cacheId, protectedoptimizer.get())
Example #3
0
 def _storeProtectedFields(self):
     cacheId = "protected-%s" % self._context['config']._fname  # use path to main config file for context
     self._cache.write(cacheId, protectedoptimizer.get())