Interface Cacheable

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

Implemented by

Properties

Methods

Properties

mAt: number

"Modified at" information on the resource.

Methods