Caching Library

CacheItemMetadataDictionary Class

CacheItemMetadataDictionary Dictionary per l'accesso alla collezione dei metadati disponibili

For a list of all members of this type, see CacheItemMetadataDictionary Members.

System.Object
   System.Collections.DictionaryBase
      Caching.CacheItemMetadataDictionary

[Visual Basic]
<DefaultMember(MemberName:="Item", TypeId:=System.Reflection.DefaultMemberAttribute)>
Public Class CacheItemMetadataDictionary     Inherits DictionaryBase [C#]
[DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)]
public class CacheItemMetadataDictionary : DictionaryBase [C++]
[DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)]
public __gc class CacheItemMetadataDictionary : public DictionaryBase [JScript] public 
   DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)
class CacheItemMetadataDictionary extends DictionaryBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Caching

Assembly: Caching (in Caching.dll)

See Also

CacheItemMetadataDictionary Members | Caching Namespace