Namespace ToSic.Sys.Caching.Keys
Interfaces
- ICacheKey
Marks objects which can identify what cache it's for.
For example, when parameters change what data is cached, then the cache-key can contain this parameter, so that a different cache is used based on changing parameters.
- ICacheKeyManager
Generates cache-keys for certain objects and combines them with CacheKeys of parent-objects which this object relies on.