←Select platform

DeleteAll Method

Summary

Deletes the specified items from the cache.

Syntax
C#
C++/CLI
Java
Python
public virtual void DeleteAll( 
   string regionName, 
   ISet<string> keys 
) 
public:  
   virtual void DeleteAll( 
      String^ regionName, 
      System::Collections::Generic::ISet<String^>^ keys 
   ) 
public void deleteAll(String regionName, Iterable<String> keys) 
def DeleteAll(self,regionName,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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