interface CacheInvalidationEventReceiver {
    receive(event: CacheInvalidationEvent): void;
}

Implemented by

Methods

Methods