Info
Version: | 1.1.3 |
Author(s): | J.Sakamoto |
Last Update: | Tuesday, December 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jsakamoto/CacheableContentResult/ |
NuGet Url: | https://www.nuget.org/packages/CacheableContentResult |
Install
Install-Package CacheableContentResult
dotnet add package CacheableContentResult
paket add CacheableContentResult
CacheableContentResult Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Microsoft.AspNet.Mvc(>= 3.0.20105.1)
- Microsoft.AspNetCore.Mvc(>= 1.0.4)
- NETStandard.Library(>= 1.6.1)
Tags
If the cache hit, this class send "HTTP 304 Not Modified" without calling contents retrieving callback. / この ASP.NET MVC ActionResult クラスは Etag および 最終更新日に基づくブラウザキャッシュで制御されるコンテンツを返すことができ、キャッシュにヒットする場合は HTTP 304 Not Modified を返します。.