Optimize structure
This commit is contained in:
@@ -7,7 +7,7 @@ public class MemoryCache : ICacher
|
||||
private readonly ConcurrentDictionary<string, string> _stringCache = new();
|
||||
private readonly ConcurrentDictionary<string, Dictionary<string, string>> _hashCache = new();
|
||||
|
||||
public static MemoryCache Instance { get; private set; }
|
||||
public static MemoryCache? Instance { get; private set; }
|
||||
|
||||
public MemoryCache()
|
||||
{
|
||||
|
Reference in New Issue
Block a user