mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 08:56:27 +01:00
Add email verification
Standardize button styles
This commit is contained in:
@@ -43,4 +43,10 @@ public class InMemoryCache : ICache
|
||||
_cache.Set(key, list.ToArray());
|
||||
return ValueTask.CompletedTask;
|
||||
}
|
||||
|
||||
public ValueTask Delete(string key)
|
||||
{
|
||||
_cache.Remove(key);
|
||||
return ValueTask.CompletedTask;;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user