Removes an item from the cache
Namespace: BrightstarDB.CachingAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
void Remove( string key ) |
| Visual Basic |
|---|
Sub Remove ( key As String ) |
| Visual C++ |
|---|
void Remove( String^ key ) |
| F# |
|---|
abstract Remove : key : string -> unit |
Parameters
- key
- Type: System..::..String
The cache key of the item to be removed