Configuration options for the Cactus client cache.
Source
interfaceCactusCacheOptions { /** Maximum number of items to store in the cache */ max?:number; /** Time to live for cached items in milliseconds */ ttl?:number; /** Whether to enable caching (default: true) */ enabled?:boolean; }
Configuration options for the Cactus client cache.
Source