/// <summary>TBD</summary> private static void BeginBackgroundCaching() { PopulateApplicationCacheDelegate appCaching = new PopulateApplicationCacheDelegate(PopulateApplicationCache); appCaching.BeginInvoke(null, null); }