Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > FileCache Class : DeleteItem Method |
public override void DeleteItem( string key, string regionName )
'Declaration
Public Overrides Sub DeleteItem( _ ByVal key As String, _ ByVal regionName As String _ )
'Usage
Dim instance As FileCache Dim key As String Dim regionName As String instance.DeleteItem(key, regionName)
@Override public void deleteItem(String key, String regionName)
public: void DeleteItem( String^ key, String^ regionName ) override