|
@@ -12,7 +12,7 @@ namespace Hotline.CacheManager
|
|
|
{
|
|
|
public class RolePermissionsCacheManager : IRolePermissionsCacheManager, IScopeDependency
|
|
|
{
|
|
|
- private const string RolePermissionCacheKey = "RolePermissionCache_";
|
|
|
+ private const string RolePermissionCacheKey = "RolePermissionCache:";
|
|
|
private readonly ITypedCache<IReadOnlyList<string>> _cache;
|
|
|
private readonly ISystemAuthorityRepository _systemAuthorityRepository;
|
|
|
|