Class LruCacheTKeyTValue
LruCache<TKey,TValue> class
public class LruCache<TKey, TValue> : ICache<TKey, TValue>
Constructors
| Name | Description |
|---|---|
| LruCache(int) | |
| LruCache(int, IEqualityComparer<TKey>) |
Properties
| Name | Description |
|---|---|
| Capacity { get; } | |
| Count { get; } |
Methods
| Name | Description |
|---|---|
| Add(TKey, TValue) | |
| Clear() | |
| ContainsKey(TKey) | |
| Get(TKey) | |
| GetEnumerator() | |
| RemoveFirst() | |
| TryGetValue(TKey, out TValue) |
See Also
- interface ICache<TKey,TValue>
- namespace Aspose.Gis.Common.Collections
- assembly Aspose.GIS