This commit is contained in:
Putoo
2026-06-08 18:56:28 +08:00
parent 1927e3f960
commit 9f3e4871a4
23 changed files with 1113 additions and 19 deletions

View File

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