Table of Contents

Class PiggyBack

Namespace
ToSic.Sys.Caching.PiggyBack
Assembly
ToSic.Sys.Caching.dll

Object to provide a simple value cache to certain objects. For things which shouldn't be constantly generated / looked up.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class PiggyBack : ConcurrentDictionary<string, object?>, IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IDictionary, ICollection, IReadOnlyDictionary<string, object?>, IReadOnlyCollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IEnumerable
Inheritance
object
PiggyBack
Implements
Inherited Members

Constructors

PiggyBack()

Object to provide a simple value cache to certain objects. For things which shouldn't be constantly generated / looked up.

public PiggyBack()