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