Click or drag to resize

DisposableValueCacheTKey, TValue Methods

The DisposableValueCacheTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an entry to the cache.
Public methodClear
Clears all entries from this cache.
Public methodContains
Gets a value indicating if this cache contains an entry for the given key.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value associated with the given key.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes an entry for a given key from this cache.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also