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

disablePersistentCacheIndexAutoCreation

Stops creating persistent cache indexes automatically for local query execution. The indexes which have been created by calling enablePersistentCacheIndexAutoCreation() still take effect.

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

§Parameters

§Return Type