Search Results for

    Show / Hide Table of Contents

    Interface ICacheable

    Stellt ein Interface da, welche gecached werden kann und mit dem CacheManager verwaltet wird

    Namespace: Simplic.Cache
    Assembly: Simplic.CoreLib.dll
    Syntax
    public interface ICacheable

    Properties

    | Improve this Doc View Source

    Key

    Eindeutiger Key des Cache-Objeczs

    Declaration
    string Key { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    OnRemove()

    Wird aufgerufen, wenn bevor das Objekt aus dem Cache gelöscht wird

    Declaration
    void OnRemove()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx