Caching Library

CacheManager.Remove Method 

Rimuove un oggetto dalla cache

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

Parameters

key
Chiave di identificazione dell'oggetto nella cache

See Also

CacheManager Class | Caching Namespace