<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 MemoryCache instances.

Remarks

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

See also