Cache.MaxDiskSpaceForCache

Cache.MaxDiskSpaceForCache property

Gets or sets the maximum available disk space for cache. The value specified is megabytes count.

public static int MaxDiskSpaceForCache { get; set; }

Property Value

The maximum available disk space for cache.

Remarks

Value of 0 will consume all available memory and serves as no upper limit.

See Also