From 4eb18a54bef7a77dcc7598e84d2b763c8c44338c Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 22 Sep 2020 23:01:50 +0200 Subject: [PATCH] update commento cacheFIlter --- MP-IO/Controllers/WebAPI/CacheFilter.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MP-IO/Controllers/WebAPI/CacheFilter.cs b/MP-IO/Controllers/WebAPI/CacheFilter.cs index d1176ce1..7abef2a6 100644 --- a/MP-IO/Controllers/WebAPI/CacheFilter.cs +++ b/MP-IO/Controllers/WebAPI/CacheFilter.cs @@ -7,6 +7,11 @@ using System.Web.Http.Filters; namespace MP_IO.Controllers.WebAPI { + /// + /// Gestione cache x chaimate WebAPI + /// + /// rif: https://www.c-sharpcorner.com/article/implementing-caching-in-web-api/ + /// public class CacheFilter : ActionFilterAttribute { public int TimeDuration { get; set; }