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