Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ cacheSizeBytes
Method
cacheSizeBytes
packages/firebase-firestore/index.ios.ts:1231–1233 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1229
}
1230
1231
get cacheSizeBytes(): number {
1232
return
this.native.cacheSizeBytes;
1233
}
1234
1235
set cacheSizeBytes(value) {
1236
this.native.cacheSizeBytes = value;
Callers
nothing calls this directly
Calls
1
_updateStoreSettings
Method · 0.95
Tested by
no test coverage detected