Interface ICacheDependent
Marks something that is cache-dependent. Used for things that are themselves cached, but rely on an upstream cache.
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public interface ICacheDependent : ITimestamped
- Inherited Members
Methods
CacheChanged()
Find out if the source it depends on has changed.
bool CacheChanged()
Returns
- bool
True if the upstream cache returns a newer timestamp