Skip to main content

Cache

Cache: {
"FileSystem": (cacheDirectory: string, debug?: boolean) => Cache;
"FileSystemDefault": Cache;
"None": Cache;
};

Type declaration

FileSystem()

FileSystem: (cacheDirectory: string, debug?: boolean) => Cache;

Parameters

cacheDirectory: string

debug?: boolean

Returns

Cache

FileSystemDefault

FileSystemDefault: Cache;

None

None: Cache;

Source

lib/proof-system/cache.ts:31