←Select platform

DeleteItem Method

Summary

Deletes the specified item from the cache.

Syntax
C#
C++/CLI
Java
Python
public override void DeleteItem( 
   string key, 
   string regionName 
) 
public:  
   virtual void DeleteItem( 
      String^ key, 
      String^ regionName 
   ) override 
@Override 
public void deleteItem(String key, String regionName) 
def DeleteItem(self,key,regionName): 

Parameters

key

Cache item key to delete

regionName

Optional region name.

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.