Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
179
export
interface
ICacheObject {
180
put<T>(key: string, value?: T): T;
181
get(key: string): any;
182
}
183
export
interface
ITemplateCacheService extends ICacheObject {}
Callers
12
happy_spec.ts
File · 0.65
cacheResponse
Method · 0.65
fetchAndCacheOnce
Function · 0.65
maybeUpdate
Function · 0.65
initializeFully
Method · 0.65
write
Method · 0.65
_insertAfter
Method · 0.65
_addToRemovals
Method · 0.65
updateHero
Method · 0.65
collectionHandler
Function · 0.65
upgrade_component_spec.ts
File · 0.65
getTemplate
Method · 0.65
Implementers
2
_DuplicateMap
packages/core/src/change_detection/dif
HttpClient
packages/common/http/src/client.ts
Calls
no outgoing calls
Tested by
no test coverage detected