分享方式:


<namedCaches> 的 <remove> 元素

從記憶體快取的 namedCaches 集合移除具名快取項目。

<configuration>
  <system.runtime.caching>
    <memoryCache>
      <namedCaches>
        <remove>

Syntax

<namedCaches>  
    <remove name="default" />  
    <!-- child elements -->  
 </namedCaches>  

類型

None

屬性和項目

下列章節說明屬性、子元素和父元素。

屬性

None

子元素

None

父項目

元素 描述
<namedCaches> 包含具名 MemoryCache 執行個體的組態設定集合。

備註

remove 元素會從記憶體快取的具名快取集合移除 namedCache 項目。

另請參閱