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