Removes the external resource URI associated with the specified cache item
public override void RemoveItemExternalResource(string key,string regionName)
Public Overrides Sub RemoveItemExternalResource(ByVal key As String,ByVal regionName As String)
public:virtual void RemoveItemExternalResource(String^ key,String^ regionName) override
public void removeItemExternalResource(String key, String regionName) key
Unique item identifier.
regionName
Optional region name.
Cache consumers should call this method only if DefaultCacheCapabilities.ExternalResources is supported by this cache (by checking the DefaultCacheCapabilities property.
Cache implementation must call RemoveItemExternalResource when an item is deleted from the cache to clean up any external resource associated with it.
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
