Type Alias KeyRemovedCacheEventFields

KeyRemovedCacheEventFields: {
    group: string;
    key: string;
}