Click or drag to resize

LruDisposableValueCacheTKey, TValue Methods

The LruDisposableValueCacheTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an entry to the cache.
(Overrides DisposableValueCacheTKey, TValueAdd(TKey, TValue).)
Public methodClear
Clears all entries from this cache.
(Inherited from DisposableValueCacheTKey, TValue.)
Public methodContains
Gets a value indicating if this cache contains an entry for the given key.
(Inherited from DisposableValueCacheTKey, TValue.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Inherited from DisposableValueCacheTKey, TValue.)
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.
(Overrides DisposableValueCacheTKey, TValueGetValue(TKey).)
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.
(Overrides DisposableValueCacheTKey, TValueRemove(TKey).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also