.NET Framework Class Library
Cache Properties
The Cache type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
Count | Gets the number of items stored in the cache. |
|
EffectivePercentagePhysicalMemoryLimit | Gets the percentage of physical memory that can be consumed by an application before ASP.NET starts removing items from the cache. |
|
EffectivePrivateBytesLimit | Gets the number of bytes available for the cache. |
|
Item | Gets or sets the cache item at the specified key. |
See Also