←Select platform

DeleteAll Method

Summary

Deletes the specified items from the cache.

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

Parameters

regionName

Optional region name.

keys

Cache item keys to delete.

Remarks

The default implementation will iterate the keys and call DeleteItem on each. Derived class can implement a more optimized approach if needed.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.