Interface ICacheTKeyTValue
ICache<TKey,TValue> interface
public interface ICache<TKey, TValue> : IEnumerable<KeyValuePair<TKey, TValue>>
Properties
| Name | Description |
|---|---|
| Count { get; } |
Methods
| Name | Description |
|---|---|
| Add(TKey, TValue) | |
| Clear() | |
| ContainsKey(TKey) | |
| Get(TKey) | |
| TryGetValue(TKey, out TValue) |
See Also
- namespace Aspose.Gis.Common.Collections
- assembly Aspose.GIS