This commit is contained in:
Putoo
2026-04-27 14:17:52 +08:00
parent 4463f9e810
commit c55a104573
16 changed files with 168 additions and 88 deletions

View File

@@ -0,0 +1,7 @@
namespace Application.Domain;
public class BaseCache
{
public static string BaseCacheKey = "BaseGameCache:{0}";
public static string BaseCacheKeys = "BaseGameCache:{0}:{1}";
}