Show / Hide Table of Contents

    Interface IChangeTokenProvider

    An interface used to generate change token, that can for instance be used as caching options.

    Namespace: Catalyst.Abstractions.Util
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IChangeTokenProvider

    Methods

    | Improve this Doc View Source

    GetChangeToken()

    Provides a new IChangeToken, suitable for use as a caching option.

    Declaration
    IChangeToken GetChangeToken()
    Returns
    Type Description
    IChangeToken
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network