MCPcopy Index your code
hub / github.com/pyload/pyload / get_cache

Method get_cache

module/lib/beaker/cache.py:285–288  ·  view source on GitHub ↗
(self, name, **kwargs)

Source from the content-addressed store, hash-verified

283 cache_regions.update(self.regions)
284
285 def get_cache(self, name, **kwargs):
286 kw = self.kwargs.copy()
287 kw.update(kwargs)
288 return Cache._get_cache(name, kw)
289
290 def get_cache_region(self, name, region):
291 if region not in self.regions:

Callers 3

region_invalidateMethod · 0.95
cachedMethod · 0.95
invalidateMethod · 0.95

Calls 3

_get_cacheMethod · 0.80
copyMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected