Search Results for

    Show / Hide Table of Contents

    Delegate CacheClearedEventHandler

    Delegate which will be fired, if the cached was cleared

    Namespace: Simplic.Cache
    Assembly: Simplic.CoreLib.dll
    Syntax
    public delegate void CacheClearedEventHandler(object sender, CacheClearedEventArgs arg);
    Parameters
    Type Name Description
    System.Object sender

    Cache manager isntance

    CacheClearedEventArgs arg

    Event args instance

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