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

    Add(string, byte[]?, byte[])

    Declaration
    void Add(string url, byte[]? postData, byte[] tile)
    Parameters
    Type Name Description
    string url
    byte[] postData
    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

    Find(string, byte[]?)

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

    Remove(string)

    Declaration
    void Remove(string url)
    Parameters
    Type Name Description
    string url
    | Edit this page View Source

    Remove(string, byte[]?)

    Declaration
    void Remove(string url, byte[]? postData)
    Parameters
    Type Name Description
    string url
    byte[] postData

    Extension Methods

    CacheExtensions.GetCachedBytesAsync(IUrlPersistentCache?, string, Func<string, Task<byte[]>>?)
    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX