enablePersistentCacheIndexAutoCreation

Enables the SDK to create persistent cache indexes automatically for local query execution when the SDK believes cache indexes can help improve performance.

This feature is disabled by default.

function enablePersistentCacheIndexAutoCreation(indexManager: PersistentCacheIndexManager): void;
§
enablePersistentCacheIndexAutoCreation(indexManager: PersistentCacheIndexManager): void
[src]

§Parameters

§Return Type