异步的方法,异步从缓存中取值。

this.BeginInvoke(new System.Windows.Forms.MethodInvoker(delegate
{

}
)); //MethodInvoker 结尾处

    推荐阅读