移除記憶體快取集合中的 namedCaches 命名快取項目。
<configuration>
<system.runtime.caching>
<memoryCache>
<namedCaches>
<remove>
語法
<namedCaches>
<remove name="default" />
<!-- child elements -->
</namedCaches>
類型
None
屬性和項目
下列章節說明屬性、子元素和父元素。
Attributes
None
子元素
None
父項目
| 元素 | Description |
|---|---|
| <namedCaches> | 包含指定 MemoryCache 實例的一系列設定。 |
備註
該 remove 元素會從記憶體快取的命名快取集合中移除一個 namedCache 項目。