Cache<TKey,TValue> Class Members
See Also  Fields Properties Methods 
SourceCode.Caching Namespace : Cache<TKey,TValue> Class


Glossary Item Box

The following tables list the members exposed by Cache<TKey,TValue>.

Public Constructors

  Name Description
Public Constructor Cache<TKey,TValue> Constructor Overloaded.   
Top

Protected Fields

  Name Description
Protected Field _sync  
Top

Public Properties

  Name Description
Public Property Configuration  
Public Property Count  
Public Property Item  
Top

Protected Properties

  Name Description
Protected Property static (Shared in Visual Basic) TraceCategory  
Top

Public Methods

  Name Description
Public Method Clear  
Public Method Dispose  
Public Method Remove Overloaded.   
Public Method SetValue  
Public Method TryGetValue  
Top

Protected Methods

See Also