xf преди 2 години
родител
ревизия
7d3893a647
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Hotline.CacheManager/RolePermissionsCacheManager.cs

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