This documentation is archived and is not being maintained.
Cache Properties
Visual Studio 2010
The Cache type exposes the following members.
| 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. |
Show: