AspNet.StarterKits.Classifieds.Web.FeaturedAdCache.GetCacheKey C# (CSharp) Метод

GetCacheKey() приватный статический Метод

private static GetCacheKey ( int featureCacheNumber ) : string
featureCacheNumber int
Результат string
		private static string GetCacheKey(int featureCacheNumber)
		{
			return CacheKeyPrefix + featureCacheNumber.ToString();
		}