Example #1
0
 def load():
     b2 = LocalClientBucket(bucket.limit)
     _Loader.load_local_cache(cache_options, cache_pfx, b2)
Example #2
0
 def restore(self):
     options = self.options
     if options.cache_local_dir:
         persistence.load_local_cache(options, self.prefix, self)
Example #3
0
 def restore(self):
     options = self.options
     if options.cache_local_dir:
         persistence.load_local_cache(options, self.prefix, self)
Example #4
0
 def load():
     b2 = LocalClientBucket(bucket.limit)
     _Loader.load_local_cache(cache_options, cache_pfx, b2)
Example #5
0
 def restore(self):
     options = self.options
     if options.cache_local_dir:
         _Loader.load_local_cache(options, self.prefix, self)
Example #6
0
 def restore(self):
     options = self.options
     if options.cache_local_dir:
         _Loader.load_local_cache(options, self.prefix, self)