Пример #1
0
		/// <summary>
		/// Creates an instance of AspCetCache.
		/// </summary>
		/// <returns></returns>
		public ICache CreateCache()
		{
			ICache cache = new AspNetCache();

			return cache;
		}