xf 2 anos atrás
pai
commit
7d3893a647

+ 1 - 1
src/Hotline.CacheManager/RolePermissionsCacheManager.cs

@@ -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;