LruCache2.LruCache
LruCache(int)
public LruCache(int capacity)
See Also
- class LruCache<TKey,TValue>
- namespace Aspose.Gis.Common.Collections
- assembly Aspose.GIS
LruCache(int, IEqualityComparer<TKey>)
public LruCache(int capacity, IEqualityComparer<TKey> comparer)
See Also
- class LruCache<TKey,TValue>
- namespace Aspose.Gis.Common.Collections
- assembly Aspose.GIS