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

Method cacheControl

packages/firebase-storage/index.android.ts:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 }
249
250 get cacheControl(): string {
251 return this.native.getCacheControl?.();
252 }
253
254 set cacheControl(value) {
255 if (!this._builder) {

Callers

nothing calls this directly

Calls 1

_createBuilderMethod · 0.95

Tested by

no test coverage detected