コード例 #1
0
        public object CacheCreate()
        {
            _outputCacheManager.TagCache(ControllerContext.HttpContext, new Dictionary <string, string> {
                { "TagKey", "TagValue" }
            });

            return(null);
        }