Cached |
The CachedObjectManagerByMaximumNumberOfItems<TKey, TValue> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an object under the specified key. |
![]() | Clear | Removes all items in the collection. If the values implement IDisposable, the items are disposed. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | TryTake | Try to take a stored object from this collection. If successfull, this function will return any object that was stored under the given key. |