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

    Enum CacheItemChangedEventAction

    The enum defines the actual operation used to change the value in the cache.

    Namespace:CacheManager.Core.Internal
    Assembly:CacheManager.Core.dll
    Syntax
    public enum CacheItemChangedEventAction

    Fields

    Name Description
    Add

    If Add was used to change the value.

    Invalid

    Default value is invalid to ensure we are not getting wrong results.

    Put

    If Put was used to change the value.

    Update

    If Update was used to change the value.

    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net