Namespace ToSic.Sys.Caching.PiggyBack
Classes
- PiggyBack
Object to provide a simple value cache to certain objects. For things which shouldn't be constantly generated / looked up.
Interfaces
- 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.