Table of Contents

Namespace ToSic.Sys.Caching

Namespaces

ToSic.Sys.Caching.Keys
ToSic.Sys.Caching.Synchronized

Classes

ScopedCache<T>

Special class to cache/buffer some information for the lifetime of the scope.

Interfaces

ICacheDependent

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

ICacheExpiring

Marks objects which are cache-based, and which may contain obsolete cached data.

ITimestamped

Provides a time stamp when something was created / updated for caching.