Caching Library

MetadataCacheStorage.Remove Method 

Rimuove un metadato dalla cache

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

Parameters

key
Chiave di identificazione del metadato nella cache

See Also

MetadataCacheStorage Class | Caching Namespace