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