.NET global object cache
System.AppDomain.CurrentDomain.SetData( "test", "My data" ); System.Console.WriteLine( System.AppDomain.CurrentDomain.GetData( "test" ) );
dotnet_global_object_cache
top