1 write to _cacheDuration
Microsoft.AspNetCore.Mvc.Core (1)
Filters\ResponseCacheFilterExecutor.cs (1)
28
set =>
_cacheDuration
= value;
3 references to _cacheDuration
Microsoft.AspNetCore.Mvc.Core (3)
Filters\ResponseCacheFilterExecutor.cs (3)
27
get =>
_cacheDuration
?? _cacheProfile.Duration ?? 0;
62
if (_cacheProfile.Duration == null &&
_cacheDuration
== null)
107
if (Location == ResponseCacheLocation.None && _cacheProfile.Duration == null &&
_cacheDuration
== null)