Removes the external resource URI associated with the specified cache item
public abstract void RemoveItemExternalResource(string key,string regionName)
Public MustOverride Sub RemoveItemExternalResource(ByVal key As String,ByVal regionName As String)
public:virtual void RemoveItemExternalResource(String^ key,String^ regionName) abstract
public abstract 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
