Type Alias KeyNotFoundCacheEventFields

KeyNotFoundCacheEventFields: {
    group: string;
    key: string;
}