Esempio n. 1
0
 private static string GetChannelIdListCacheKey(string userName)
 {
     return(DataCacheManager.GetCacheKey(nameof(PermissionsImpl), nameof(GetChannelIdListCacheKey), userName));
 }
Esempio n. 2
0
 private static string GetWebsitePermissionDictCacheKey(string userName)
 {
     return(DataCacheManager.GetCacheKey(nameof(PermissionsImpl), nameof(GetWebsitePermissionDictCacheKey), userName));
 }