kif_lib.cache.Cache.get#

Cache.get(obj: Hashable, key: str) Any[source]#

Gets value attached to object.

Parameters:
  • obj – Object.

  • key – Key.

Returns:

The value attached to object or None.