@theophilusdev/conduit
    Preparing search index...

    Interface ConduitCacheEntry<T>

    interface ConduitCacheEntry<T> {
        data: T;
        expiresAt: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T
    expiresAt: number