Page Contents
Home > @loopback/context > ContextView > _cachedValues
ContextView._cachedValues property
A map of cached values by binding
Signature:
protected _cachedValues: Map<Readonly<Binding<T>>, T> | undefined;
Home > @loopback/context > ContextView > _cachedValues
A map of cached values by binding
Signature:
protected _cachedValues: Map<Readonly<Binding<T>>, T> | undefined;