コード例 #1
0
 private static string CleanCacheKey(string cacheKey)
 {
     return(CachingProvider.CleanCacheKey(cacheKey));
 }