MemoryCache::Remove Method

 

Removes the specified item from the cache.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

NameDescription
System_CAPS_pubmethodRemove(String^, CacheEntryRemovedReason, String^)

Removes a cache entry from the cache using the reason.

System_CAPS_pubmethodRemove(String^, String^)

Removes a cache entry from the cache. (Overrides ObjectCache::Remove(String^, String^).)

Return to top
Show: