Context cache the context peer may use to store intermediate data.
There is only one cache instance exists per context.
Obtains a value previously cached under the given key.
key
Cached value key.
Either cached value, or undefined if the value did not cached.
undefined
Caches the value under the given key.
value
A value to cache.
Value supply. The value will be removed from cache once this supply cut off.
Generated using TypeDoc
Context cache the context peer may use to store intermediate data.
There is only one cache instance exists per context.