Share via


DataCache.Remove Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes an object from the cache.

Overload List

Name Description
DataCache.Remove (String)
Removes an object from the cache.
DataCache.Remove (String, DataCacheItemVersion)
Removes an object from the cache if it is at the specified version.
DataCache.Remove (String, String)
Removes an object from the specified region.
DataCache.Remove (String, DataCacheItemVersion, String)
Removes an object from the specified region if it is at the specified version.

See Also

Reference

DataCache Class
DataCache Members
Microsoft.Data.Caching Namespace