Back to Firebase Js Sdk

PersistentCacheIndexManager class

docs-devsite/firestore_.persistentcacheindexmanager.md

12.12.11.1 KB
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

PersistentCacheIndexManager class

A PersistentCacheIndexManager for configuring persistent cache indexes used for local query execution.

To use, call getPersistentCacheIndexManager() to get an instance.

<b>Signature:</b>

typescript
export declare class PersistentCacheIndexManager 

Properties

PropertyModifiersTypeDescription
type'PersistentCacheIndexManager'A type string to uniquely identify instances of this class.

PersistentCacheIndexManager.type

A type string to uniquely identify instances of this class.

<b>Signature:</b>

typescript
readonly type: 'PersistentCacheIndexManager';