CacheMappingsAttribute public class CacheMappingsAttribute : Attribute Applied to the assemblies saved by ModuleScope in order to persist the cache data included in the persisted assembly. Documentation Code public byte[] SerializedCacheMappings { get; } public CacheMappingsAttribute(byte[] serializedCacheMappings) public static void ApplyTo(AssemblyBuilder assemblyBuilder, Dictionary<CacheKey, string> mappings) public Dictionary<CacheKey, string> GetDeserializedMappings()