Interface ICacheDependent
Marks something that is cache-dependent. Used for things that are themselves cached, but rely on an upstream cache.
Inherited Members
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 SourceCacheChanged()
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 |