Search Results for

    Show / Hide Table of Contents

    Class CacheExtensions

    Inheritance
    object
    CacheExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions
    Assembly: Mapsui.dll
    Syntax
    public static class CacheExtensions

    Methods

    | Edit this page View Source

    UrlCachedArrayAsync(IUrlPersistentCache?, string, Func<string, Task<Stream>>?)

    Declaration
    public static Task<byte[]> UrlCachedArrayAsync(this IUrlPersistentCache? persistentCache, string url, Func<string, Task<Stream>>? loadUrl = null)
    Parameters
    Type Name Description
    IUrlPersistentCache persistentCache
    string url
    Func<string, Task<Stream>> loadUrl
    Returns
    Type Description
    Task<byte[]>
    | Edit this page View Source

    UrlCachedStreamAsync(IUrlPersistentCache?, string, Func<string, Task<Stream>>?)

    Declaration
    public static Task<Stream> UrlCachedStreamAsync(this IUrlPersistentCache? persistentCache, string url, Func<string, Task<Stream>>? loadUrl = null)
    Parameters
    Type Name Description
    IUrlPersistentCache persistentCache
    string url
    Func<string, Task<Stream>> loadUrl
    Returns
    Type Description
    Task<Stream>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX