kasajian
5/20/2014 - 2:07 AM

.NET global object cache

.NET global object cache

System.AppDomain.CurrentDomain.SetData( "test", "My data" );
System.Console.WriteLine( System.AppDomain.CurrentDomain.GetData( "test" ) );

dotnet_global_object_cache

top