Click or drag to resize

ICacheTKey, TValue Methods

The ICacheTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an entry to the cache.
Public methodContains
Gets a value indicating if this cache contains an entry for the given key.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetValue
Gets the value associated with the given key.
Public methodRemove
Removes an entry for a given key from this cache.
Top
See Also