Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Clears all namedCache entries in the namedCaches collection for a memory cache.
<system.runtime.caching> Element (Cache Settings)
<memoryCache> Element (Cache Settings)
<namedCaches> Element (Cache Settings)
<add> Element for <namedCaches>
<namedCaches>
<clear name="default" />
<!-- child elements -->
</namedCaches>
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child Elements
None
Parent Elements
Element |
Description |
---|---|
Contains a collection of configuration settings for the named MemoryCache instances. |
Remarks
The clear element clears all namedCache entries in the named cache collection for a memory cache. You can use the clear element before you use the add element to add a new named cache entry in order to be certain there are no other named caches in the collection.