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