C#
VB
Java
C++
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.
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
