kaven-basic - v4.5.0
    Preparing search index...

    Interface ICache

    interface ICache {
        absoluteExpiration: Date;
        name: string;
        value: unknown;
        IsExpired(): boolean;
    }

    Implemented by

    Index

    Properties

    absoluteExpiration: Date
    name: string
    value: unknown

    Methods

    • Returns boolean