Belin.io Core
    Preparing search index...

    Interface MemoryCacheEntry

    An in-memory cache value.

    interface MemoryCacheEntry {
        expires: null | Date;
        value: string;
    }
    Index

    Properties

    Properties

    expires: null | Date

    The expiration date and time.

    value: string

    The cached value.