This commit is contained in:
Putoo
2026-05-15 17:08:04 +08:00
parent 52ad7e79ec
commit 78759387f7
13 changed files with 511 additions and 632 deletions

View File

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