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