Ejemplo n.º 1
0
        /// <summary>
        /// Get list of all the entries in the Cache.
        /// </summary>
        /// <returns></returns>
        public ActionResult Index()
        {
            var model = Cacher.GetDescriptors();

            return(View("List", model));
        }