ChemPal Documentation - v0.0.0
    Preparing search index...

    Interface CactusCacheOptions

    Configuration options for the Cactus client cache.

    interface CactusCacheOptions {
        max?: number;
        ttl?: number;
        enabled?: boolean;
    }
    Index

    Properties

    Properties

    max?: number

    Maximum number of items to store in the cache

    ttl?: number

    Time to live for cached items in milliseconds

    enabled?: boolean

    Whether to enable caching (default: true)