xf 2 tahun lalu
induk
melakukan
7d3893a647
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;