Caching Library

CacheItemMetadataCreation Delegate

Delegate per la creazione dei metadati specifici per la tipologia di oggetto in cache

[Visual Basic]
Public Delegate Function Sub  CacheItemMetadataCreation( _ 
   ByVal key As String _ 
) As CacheItemMetadata
[C#]
public delegate CacheItemMetadata CacheItemMetadataCreation(
   string key
)
[C++]
public __gc __delegate CacheItemMetadata* CacheItemMetadataCreation(
   String* key
)

[JScript] In JScript, you can use the delegates defined by a type, but you cannot define your own.

Parameters

key
Chiave dell'oggetto in cache

Return Value

Restituisce il metadato corrispondente

Requirements

Namespace: Caching

Assembly: Caching (in Caching.dll)

See Also

Caching Namespace