MCPcopy Create free account
hub / github.com/alephdata/aleph / object_key

Method object_key

aleph/cache.py:23–24  ·  view source on GitHub ↗
(self, clazz, key, *parts)

Source from the content-addressed store, hash-verified

21 return make_key(self.prefix, *parts)
22
23 def object_key(self, clazz, key, *parts):
24 return self.key(clazz.__name__, key, *parts)
25
26 def set(self, key, value, expires=None):
27 expires = expires or self.expires

Callers 12

entities_by_idsFunction · 0.80
get_collectionFunction · 0.80
_facet_keyFunction · 0.80
get_roleFunction · 0.80
refresh_roleFunction · 0.80
get_profileFunction · 0.80
get_role_channelsFunction · 0.80
refresh_entitysetFunction · 0.80
resolveFunction · 0.80
refresh_entityFunction · 0.80
refresh_collectionFunction · 0.80
compute_collectionFunction · 0.80

Calls 1

keyMethod · 0.95

Tested by

no test coverage detected