Cache Properties
.NET Framework (current version)
Namespace:
System.Web.Caching
Assembly: System.Web (in System.Web.dll)
| 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[String^] | Gets or sets the cache item at the specified key. |
Show:
