Search Results for

    Show / Hide Table of Contents

    Class TileCache

    Inheritance
    object
    TileCache
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Caching
    Assembly: Mapsui.dll
    Syntax
    public sealed class TileCache : IDisposable

    Methods

    | Edit this page View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()
    | Edit this page View Source

    GetOrAdd(MRaster, Func<MRaster, ITileCacheEntry>, long)

    Declaration
    public ITileCacheEntry GetOrAdd(MRaster raster, Func<MRaster, ITileCacheEntry> create, long currentIteration)
    Parameters
    Type Name Description
    MRaster raster
    Func<MRaster, ITileCacheEntry> create
    long currentIteration
    Returns
    Type Description
    ITileCacheEntry
    | Edit this page View Source

    UpdateCache(long)

    Declaration
    public void UpdateCache(long iteration)
    Parameters
    Type Name Description
    long iteration

    Implements

    IDisposable

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX