1 write to _noCache
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheAttribute.cs (1)
39init => _noCache = value;
3 references to _noCache
Microsoft.AspNetCore.OutputCaching (3)
OutputCacheAttribute.cs (3)
38get => _noCache ?? false; 87if (_noCache != null && _noCache.Value)