• Basics
  • Abyss
  • Web APIs
  • C# & Razor
  • .net API
  • JS & TS API

    Show / Hide Table of Contents

    Interface ICacheDependent

    Marks something that is cache-dependent. Used for things that are themselves cached, but rely on an upstream cache.

    Inherited Members
    ITimestamped.CacheTimestamp
    Namespace: ToSic.Eav.Caching
    Assembly: ToSic.Eav.Core.dll
    Syntax
    [InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
    public interface ICacheDependent : ITimestamped

    Methods

    | Improve this Doc View Source

    CacheChanged()

    Find out if the source it depends on has changed.

    Declaration
    bool CacheChanged()
    Returns
    Type Description
    System.Boolean

    True if the upstream cache returns a newer timestamp

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX