Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HttpCacheAgeControl.cs
Go to the documentation of this file.
1
namespace
System.Net.Cache
;
2
3
public
enum
HttpCacheAgeControl
4
{
5
None
= 0,
6
MinFresh
= 1,
7
MaxAge
= 2,
8
MaxStale
= 4,
9
MaxAgeAndMinFresh
= 3,
10
MaxAgeAndMaxStale
= 6
11
}
System.Net.Cache.HttpCacheAgeControl
HttpCacheAgeControl
Definition
HttpCacheAgeControl.cs:4
System.Net.Cache.HttpCacheAgeControl.MaxStale
@ MaxStale
System.Net.Cache.HttpCacheAgeControl.None
@ None
System.Net.Cache.HttpCacheAgeControl.MaxAge
@ MaxAge
System.Net.Cache.HttpCacheAgeControl.MaxAgeAndMinFresh
@ MaxAgeAndMinFresh
System.Net.Cache.HttpCacheAgeControl.MinFresh
@ MinFresh
System.Net.Cache.HttpCacheAgeControl.MaxAgeAndMaxStale
@ MaxAgeAndMaxStale
System.Net.Cache
Definition
RequestCacheLevel.cs:1
source
System.Net.Requests
System.Net.Cache
HttpCacheAgeControl.cs
Generated by
1.10.0