MCPcopy Create free account
hub / github.com/NativeScript/firebase / cacheControl

Method cacheControl

packages/firebase-storage/index.ios.ts:270–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 }
269
270 get cacheControl(): string {
271 return this.native?.cacheControl;
272 }
273
274 set cacheControl(value) {
275 this.native.cacheControl = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected