Namespace ToSic.Sys.Caching.Synchronized
Classes
- SynchronizedList<T>
This is an IEnumerable which relies on an up-stream cache, which may change. That would require this IEnumerable to update what it delivers.
- SynchronizedObject<T>
Object which can be used to cache a single object, which is dependent on an upstream cache.