Interface IHasPiggyBack
Marks objects which can piggy-back other data on them for caching purposes. This is useful for scenarios where you want to attach additional information to an object without modifying its original structure.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IHasPiggyBack
- Extension Methods
Properties
PiggyBack
The piggy-back helper.
PiggyBack PiggyBack { get; }