Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ set
Method
set
packages/core/ui/image-cache/index.ios.ts:84–86 ·
view source on GitHub ↗
(key: string, image: any)
Source
from the content-addressed store, hash-verified
82
}
83
84
public set(key: string, image: any): void {
85
this._cache.setObjectForKey(image, key);
86
}
87
88
public remove(key: string): void {
89
this._cache.removeObjectForKey(key);
Callers
15
addToMap
Method · 0.45
_addViewToNativeVisualTree
Method · 0.45
onRoleChanged
Method · 0.45
addToWaitingQueue
Function · 0.45
transitionOrAnimationCompleted
Function · 0.45
setActivityContent
Method · 0.45
loadFontFromFile
Function · 0.45
getUIFontCached
Function · 0.45
addTaggedAdditionalCSS
Function · 0.45
properties
Method · 0.45
setScopedCssVariable
Method · 0.45
setUnscopedCssVariable
Method · 0.45
Calls
1
setObjectForKey
Method · 0.80
Tested by
no test coverage detected