PersistentCacheIndexManager class
Stay organized with collections
Save and categorize content based on your preferences.
A PersistentCacheIndexManager
for configuring persistent cache indexes used for local query execution.
To use, call getPersistentCacheIndexManager()
to get an instance.
Signature:
export declare class PersistentCacheIndexManager
Properties
Property |
Modifiers |
Type |
Description |
type |
|
'PersistentCacheIndexManager' |
A type string to uniquely identify instances of this class. |
PersistentCacheIndexManager.type
A type string to uniquely identify instances of this class.
Signature:
readonly type: 'PersistentCacheIndexManager';
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-09-14 UTC.
[null,null,["Last updated 2023-09-14 UTC."],[],[],null,["A `PersistentCacheIndexManager` for configuring persistent cache indexes used for local query execution.\n\nTo use, call `getPersistentCacheIndexManager()` to get an instance.\n\n**Signature:** \n\n export declare class PersistentCacheIndexManager \n\nProperties\n\nPersistentCacheIndexManager.type\n\nA type string to uniquely identify instances of this class.\n\n**Signature:** \n\n readonly type: 'PersistentCacheIndexManager';"]]