Documentation
    Preparing search index...

    Type Alias CacheOption

    Caching configuration options

    type CacheOption = {
        cacheTime?: number;
        disableCache?: boolean;
    }
    Index

    Properties

    cacheTime?: number

    Cache expiration time in milliseconds

    disableCache?: boolean

    Whether to disable caching for this operation