Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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