AspNet.StarterKits.Classifieds.Web.FeaturedAdCache.GetCacheKey C# (CSharp) Method

GetCacheKey() private static method

private static GetCacheKey ( int featureCacheNumber ) : string
featureCacheNumber int
return string
		private static string GetCacheKey(int featureCacheNumber)
		{
			return CacheKeyPrefix + featureCacheNumber.ToString();
		}