def load(): b2 = LocalClientBucket(bucket.limit) _Loader.load_local_cache(cache_options, cache_pfx, b2)
def restore(self): options = self.options if options.cache_local_dir: persistence.load_local_cache(options, self.prefix, self)
def restore(self): options = self.options if options.cache_local_dir: _Loader.load_local_cache(options, self.prefix, self)