<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Net.Cache.HttpRequestCachePolicy

public DateTime CacheSyncDate { get; }

public HttpRequestCacheLevel Level { get; }

public TimeSpan MaxAge { get; }

public TimeSpan MaxStale { get; }

public TimeSpan MinFresh { get; }

public HttpRequestCachePolicy(DateTime cacheSyncDate)

public HttpRequestCachePolicy(HttpCacheAgeControl cacheAgeControl, TimeSpan ageOrFreshOrStale)

public HttpRequestCachePolicy(HttpCacheAgeControl cacheAgeControl, TimeSpan maxAge, TimeSpan freshOrStale)

public HttpRequestCachePolicy(HttpCacheAgeControl cacheAgeControl, TimeSpan maxAge, TimeSpan freshOrStale, DateTime cacheSyncDate)