←Select platform

DeleteItem Method

Summary

Deletes the specified item from the cache.

Syntax

C#
VB
Java
C++
public override void DeleteItem( 
   string key, 
   string regionName 
) 
Public Overrides Sub DeleteItem( 
   ByVal key As String, 
   ByVal regionName As String 
) 
public:  
   virtual void DeleteItem( 
      String^ key, 
      String^ regionName 
   ) override 
@Override 
public void deleteItem(String key, String regionName) 

Parameters

key

Cache item key to delete

regionName

Optional region name.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly