コード例 #1
0
 private static string GetChannelIdListCacheKey(string userName)
 {
     return(DataCacheManager.GetCacheKey(nameof(PermissionsImpl), nameof(GetChannelIdListCacheKey), userName));
 }
コード例 #2
0
 private static string GetWebsitePermissionDictCacheKey(string userName)
 {
     return(DataCacheManager.GetCacheKey(nameof(PermissionsImpl), nameof(GetWebsitePermissionDictCacheKey), userName));
 }