<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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.