12121
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
Reference in New Issue
Block a user