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

    Enum CacheItemRemovedReason

    A flag indicating the reason when an item got removed from the cache.

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

    Fields

    Name Description
    Evicted

    A CacheItem<T> was removed because the underlying cache decided to remove it. This can happen if cache-specific memory limits are reached for example.

    Expired

    A CacheItem<T> was removed because it expired.

    ExternalDelete

    A CacheItem<T> was removed manually, without using CacheManager APIs (like using del via redis-cli).

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