Caching Library

MetadataCacheStorage.Get Method 

Restituisce il metadato corrispondente alla chiave richiesta

[Visual Basic]
Public Function Get( _ 
   ByVal key As String _ 
) As CacheItemMetadata
[C#]
public CacheItemMetadata Get(
   string key
);
[C++]
public: CacheItemMetadata* Get(
   String* key
);
[JScript]
public function Get(
   String key
): CacheItemMetadata;

Parameters

key
Chiave di identificazione del metadato nella cache

Return Value

Il metadato richiesto

See Also

MetadataCacheStorage Class | Caching Namespace