Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
162b92a415 |
@@ -19,6 +19,11 @@ public class SimApiCache(IDistributedCache cache)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void Remove(string key)
|
||||||
|
{
|
||||||
|
cache.Remove(Prefix + key);
|
||||||
|
}
|
||||||
|
|
||||||
public string? Get(string key)
|
public string? Get(string key)
|
||||||
{
|
{
|
||||||
return cache.GetString(Prefix + key);
|
return cache.GetString(Prefix + key);
|
||||||
|
|||||||
Reference in New Issue
Block a user