Changed various locking mechanism.
This commit is contained in:
@@ -2,6 +2,7 @@ namespace HermesSocketServer.Store
|
||||
{
|
||||
public interface IStore<K, V>
|
||||
{
|
||||
bool Exists(K key);
|
||||
V? Get(K key);
|
||||
IDictionary<K, V> Get();
|
||||
Task Load();
|
||||
|
||||
Reference in New Issue
Block a user