Interface CacheStatusChangeEvent

Fired when an event occurs.

interface CacheStatusChangeEvent {
    date: Date;
    status: CacheStatus;
    type: statechange;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

status: CacheStatus

The cache's new status.

The type of the event.