C#
VB
Java
C++
Deletes the specified item from the cache.
public abstract void DeleteItem(
string key,
string regionName
)
Public MustOverride Sub DeleteItem(
ByVal key As String,
ByVal regionName As String
)
public:
virtual void DeleteItem(
String^ key,
String^ regionName
) abstract
public abstract void deleteItem(String key, String regionName)
key
Cache item key to delete.
regionName
Optional region name.
Cache users may call DeleteItem 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 deleted.
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