Class PiggyBack
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
-
objectPiggyBack
- 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()