This commit is contained in:
2025-05-14 06:26:10 +08:00
parent 4ae72d2e6b
commit 87fda473d3
7 changed files with 83 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace SimApi.Helpers;
public class SimApiCache(IDistributedCache cache)
{
private const string Prefix = "SimApi:Cache";
private const string Prefix = "SimApi:Cache:";
public void Set(string key, object value, DistributedCacheEntryOptions? options = null)
{