नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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.