Removes an entry from the cache.
public virtual object Remove(string key,string regionName)
Public MustOverride Function Remove(ByVal key As System.String, ByVal regionName As System.String) As T public: virtual T^ Remove(System.String^ key, System.String^ regionName) abstract key
Unique identifier of the cache item.
regionName
Optional name of a region in cache.
The value of the item removed from the cache if found, otherwise; null.
Cache users may call Remove on items that do not exist in the cache. The impelementation must not throw an error in this case continue as if the item was removed and returning null.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
