@fluentity/core
    Preparing search index...

    Interface CacheData

    Represents cached data with its timestamp.

    interface CacheData {
        data: any;
        timestamp: number;
    }
    Index

    Properties

    Properties

    data: any

    The cached response data

    timestamp: number

    Timestamp when the data was cached (milliseconds since epoch)