Skip to content

HTTPCacheOptions

Represents the configuration options for the HTTP cache.

Fields:

TimeSpan DeleteOlder

Gets or sets the maximum duration for which cached entries will be retained.

UInt64 MaxCacheSize

Gets or sets the maximum size, in bytes, that the cache can reach.

Comments