Sandbox Logo

interface IExposeWhenCachedAttribute

Summary

Declares that instances of the marked type can't be cached in a <see cref="T:Facepunch.ActionGraphs.ActionGraphCache" />. For example, if they might contain an ID that needs to get fixed up post serialization.

User Comments