Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

DeleteItem Method (ObjectCache)






Cache item key to delete.
Optional region name.
Deletes the specified item from the cache.
Syntax
public abstract void DeleteItem( 
   string key,
   string regionName
)
'Declaration
 
Public MustOverride Sub DeleteItem( _
   ByVal key As String, _
   ByVal regionName As String _
) 
'Usage
 
Dim instance As ObjectCache
Dim key As String
Dim regionName As String
 
instance.DeleteItem(key, regionName)
public abstract void deleteItem(String key, String regionName)
            
public:
abstract void DeleteItem( 
   String^ key,
   String^ regionName
) 

Parameters

key
Cache item key to delete.
regionName
Optional region name.
Requirements

Target Platforms

See Also

Reference

ObjectCache Class
ObjectCache Members

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features