Beispiel #1
0
 /// <summary>
 /// Make sure we can at least store profiler results to the http runtime cache.
 /// </summary>
 internal static void EnsureStorageStrategy()
 {
     if (Storage == null)
     {
         Storage = new Storage.HttpRuntimeCacheStorage(TimeSpan.FromDays(1));
     }
 }
 /// <summary>
 /// Make sure we can at least store profiler results to the http runtime cache.
 /// </summary>
 internal static void EnsureStorageStrategy()
 {
     if (Storage == null)
     {
         Storage = new Storage.HttpRuntimeCacheStorage(TimeSpan.FromDays(1));
     }
 }