Interface CacheEvictionEvent

interface CacheEvictionEvent {
    clientId?: string;
    count: number;
    reason: string;
}

Properties

clientId?: string
count: number
reason: string

Generated using TypeDoc