@fluentity/core
    Preparing search index...

    Interface CacheOptions

    Configuration options for response caching.

    interface CacheOptions {
        enabled: boolean;
        ttl?: number;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Whether caching is enabled

    ttl?: number

    Time-to-live for cached responses in milliseconds