@adviser/cement - v0.0.0
    Preparing search index...

    Interface LRUItem<V>

    interface LRUItem<V> {
        value: V;
        ctx?: AppContext;
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

    value: V