• CacheManager
  • Documentation
  • Api Docs
  • MichaCo.net
    Show / Hide Table of Contents

    Class CacheClearEventArgs

    Event arguments for cache clear events.

    Inheritance
    Object
    EventArgs
    CacheClearEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:CacheManager.Core.Internal
    Assembly:CacheManager.Core.dll
    Syntax
    public sealed class CacheClearEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    CacheClearEventArgs(CacheActionEventArgOrigin)

    Initializes a new instance of the CacheClearEventArgs class.

    Declaration
    public CacheClearEventArgs(CacheActionEventArgOrigin origin = CacheActionEventArgOrigin.Local)
    Parameters
    Type Name Description
    CacheActionEventArgOrigin origin

    The origin the event ocured. If remote, the event got triggered by the backplane and was not actually excecuted locally.

    Properties

    | Improve this Doc View Source

    Origin

    Gets the event origin indicating if the event was triggered by a local action or remotly, through the backplane.

    Declaration
    public CacheActionEventArgOrigin Origin { get; }
    Property Value
    Type Description
    CacheActionEventArgOrigin

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net