MCPcopy
hub / github.com/angular/angular / put

Method put

packages/upgrade/src/common/src/angular1.ts:180–180  ·  view source on GitHub ↗
(key: string, value?: T)

Source from the content-addressed store, hash-verified

178}
179export interface ICacheObject {
180 put<T>(key: string, value?: T): T;
181 get(key: string): any;
182}
183export interface ITemplateCacheService extends ICacheObject {}

Callers 12

happy_spec.tsFile · 0.65
cacheResponseMethod · 0.65
fetchAndCacheOnceFunction · 0.65
maybeUpdateFunction · 0.65
initializeFullyMethod · 0.65
writeMethod · 0.65
_insertAfterMethod · 0.65
_addToRemovalsMethod · 0.65
updateHeroMethod · 0.65
collectionHandlerFunction · 0.65
getTemplateMethod · 0.65

Implementers 2

_DuplicateMappackages/core/src/change_detection/dif
HttpClientpackages/common/http/src/client.ts

Calls

no outgoing calls

Tested by

no test coverage detected