Click or drag to resize

CachedObjectManagerByMaximumNumberOfItemsTKey, TValue Methods

The CachedObjectManagerByMaximumNumberOfItemsTKey, TValue type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds an object under the specified key.
Public methodClear Removes all items in the collection. If the values implement IDisposable, the items are disposed.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryTake Try to take a stored object from this collection. If successfull, this function will return any object that was stored under the given key.
Top
See Also