MemoryCache Properties
.NET Framework (current version)
Namespace:
System.Runtime.Caching
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
| Name | Description | |
|---|---|---|
![]() | CacheMemoryLimit | Gets the amount of memory on the computer, in bytes, that can be used by the cache. |
![]() ![]() | Default | Gets a reference to the default MemoryCache instance. |
![]() | DefaultCacheCapabilities | Gets a description of the features that the cache provides.(Overrides ObjectCache::DefaultCacheCapabilities.) |
![]() | Item[String^] | Gets or sets a value in the cache by using the default indexer property for an instance of the MemoryCache class.(Overrides ObjectCache::Item[String^].) |
![]() | Name | Gets the name of the cache. (Overrides ObjectCache::Name.) |
![]() | PhysicalMemoryLimit | Gets the percentage of physical memory that the cache can use. |
![]() | PollingInterval | Gets the maximum time after which the cache updates its memory statistics. |
Show:

