Пример #1
0
 /// <summary>
 /// Retrieves the caching configuration section from the current application configuration.
 /// </summary>
 /// <returns>The caching configuration section from the current application configuration. </returns>
 private CruncherCacheSection GetCruncherCacheSection()
 {
     return(this.cacheSection ?? (this.cacheSection = CruncherCacheSection.GetConfiguration()));
 }