<PackageReference Include="Castle.Core" Version="4.3.0" />

Castle.Components.DictionaryAdapter.VolatileAttribute

public class VolatileAttribute : Attribute
Indicates that underlying values are changeable and should not be cached.
namespace Castle.Components.DictionaryAdapter { public class VolatileAttribute : Attribute { public VolatileAttribute(); } }