idea-toolbox
    Preparing search index...

    Interface Cacheable

    interface Cacheable {
        mAt: number;
        tick(): void;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    mAt: number

    "Modified at" information on the resource.

    Methods