Deletes the specified items from the cache.
public virtual void DeleteAll(
string regionName,
ISet<string> keys
)
Public Overridable Sub DeleteAll(
ByVal regionName As String,
ByVal keys As System.Collections.Generic.ISet(Of String)
)
public:
virtual void DeleteAll(
String^ regionName,
System::Collections::Generic::ISet<String^>^ keys
)
public void deleteAll(String regionName, Iterable<String> keys)
regionName
Optional region name.
keys
Cache item keys to delete.
The default implementation will iterate the keys and call DeleteItem on each. Derived class can implement a more optimized approach if needed.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document