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

Method get

module/lib/beaker/cache.py:212–214  ·  view source on GitHub ↗

Retrieve a cached value from the container

(self, key, **kw)

Source from the content-addressed store, hash-verified

210 set_value = put
211
212 def get(self, key, **kw):
213 """Retrieve a cached value from the container"""
214 return self._get_value(key, **kw).get_value()
215 get_value = get
216
217 def remove_value(self, key, **kw):

Callers 15

__getitem__Method · 0.95
__init__Method · 0.45
stateMethod · 0.45
_filedescMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45
cachedFunction · 0.45
__init__Method · 0.45
_create_cookieMethod · 0.45
_sessionMethod · 0.45
persistMethod · 0.45
dirtyMethod · 0.45

Calls 2

_get_valueMethod · 0.95
get_valueMethod · 0.80

Tested by

no test coverage detected