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

PersistentCacheIndexManager

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

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

class PersistentCacheIndexManager {
private constructor();
readonly type: "PersistentCacheIndexManager";
}

§Constructors

§
new PersistentCacheIndexManager() private
[src]

§Properties

§
type: "PersistentCacheIndexManager"
[src]

A type string to uniquely identify instances of this class.