zibri
    Preparing search index...

    Definition for a cached value.

    Type Parameters

    • V
    Index

    Constructors

    Properties

    Constructors

    Properties

    createdAt: Date

    The timestamp at which the value has been cached.

    expiresAt?: Date

    The timestamp at which this cached value expires.

    tags: string[]

    Optional tags that the value can have and can be invalidated by.

    value: V

    The actual value that has been cached.