CacheOptions

@twine-protocol/twine-core v0.1.0Docs


twine-js / @twine-protocol/twine-core / CacheOptions

Type Alias: CacheOptions

CacheOptions: object

Cache options

Type declaration

Name
Type
Description
Defined in

maxSize?

number

The maximum number of items to keep in the cache Defaults to 10000, set to 0 for no limit Default 10000

Defined in

packages/twine-core/src/store/cache-helpers.ts:5

Last updated