Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.