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