Type Alias KeyIncrementedCacheEventFields

KeyIncrementedCacheEventFields: {
    group: string;
    key: string;
    value: number;
}