Search Results for

    Show / Hide Table of Contents

    Interface IUrlPersistentCache

    Namespace: Mapsui.Cache
    Assembly: Mapsui.dll
    Syntax
    public interface IUrlPersistentCache

    Methods

    | Edit this page View Source

    Add(string, byte[])

    Declaration
    void Add(string url, byte[] tile)
    Parameters
    Type Name Description
    string url
    byte[] tile
    | Edit this page View Source

    Find(string)

    Declaration
    byte[]? Find(string url)
    Parameters
    Type Name Description
    string url
    Returns
    Type Description
    byte[]
    | Edit this page View Source

    Remove(string)

    Declaration
    void Remove(string url)
    Parameters
    Type Name Description
    string url

    Extension Methods

    CacheExtensions.UrlCachedArrayAsync(IUrlPersistentCache?, string, Func<string, Task<Stream>>?)
    CacheExtensions.UrlCachedStreamAsync(IUrlPersistentCache?, string, Func<string, Task<Stream>>?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX