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