Caching Library

ICacheStorage.Remove Method 

Rimuove un oggetto dalla cache

[Visual Basic]
Sub Remove( _ 
   ByVal key As String _ 
)
[C#]
void Remove(
   string key
);
[C++]
void Remove(
   String* key
);
[JScript]
function Remove(
   String key
);

Parameters

key
Chiave di identificazione dell'oggetto nella cache

See Also

ICacheStorage Interface | Caching Namespace