1 write to _duration
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheAttribute.cs (1)
29init => _duration = value;
3 references to _duration
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheAttribute.cs (3)
28get => _duration ?? 0; 112if (_duration != null) 114builder.Expire(TimeSpan.FromSeconds(_duration.Value));