Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.65 KB

remove-element-for-namedcaches.md

File metadata and controls

58 lines (40 loc) · 1.65 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: <remove> Element for <namedCaches>
<remove> Element for <namedCaches>
03/30/2017
remove element for namedCaches
<remove> element for namedCaches
24211ea5-163e-4fe5-aed8-004d8499760c

<remove> Element for <namedCaches>

Removes a named cache entry from the namedCaches collection for a memory cache.

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

Syntax

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

Type

None

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

None

Parent Elements

Element Description
<namedCaches> Contains a collection of configuration settings for the named xref:System.Runtime.Caching.MemoryCache instances.

Remarks

The remove element removes a namedCache entry from the named cache collection for a memory cache.

See also