Cache.MaxMemoryForCache

Cache.MaxMemoryForCache property

Gets or sets the maximum available memory for cache in memory. The value specified is megabytes count.

public static int MaxMemoryForCache { get; set; }

Property Value

The maximum memory for cache.

Remarks

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

See Also