AspNet.StarterKits.Classifieds.Web.FeaturedAdCache.GetCacheKey C# (CSharp) Méthode

GetCacheKey() private static méthode

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