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