Class FeatureIdTileCache
Cache for rendered tile images, keyed by feature Id.
Each feature has a unique Id, making it a natural cache key.
Inheritance
FeatureIdTileCache
Assembly: Mapsui.dll
Syntax
public sealed class FeatureIdTileCache : IDisposable
Methods
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
Edit this page
View Source
GetOrAdd(long, Func<long, ITileCacheEntry>, long)
Declaration
public ITileCacheEntry GetOrAdd(long featureId, Func<long, ITileCacheEntry> create, long currentIteration)
Parameters
Returns
|
Edit this page
View Source
UpdateCache(long)
Declaration
public void UpdateCache(long iteration)
Parameters
| Type |
Name |
Description |
| long |
iteration |
|
Implements
Extension Methods