/// <summary>
 /// Initializes static members of the CachingPolicy class.
 /// </summary>
 static CachingPolicy()
 {
     NoCaching = new NoCachingPolicy();
     CacheAll = new CacheAllPolicy();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes static members of the CachingPolicy class.
 /// </summary>
 static CachingPolicy()
 {
     NoCaching = new NoCachingPolicy();
     CacheAll  = new CacheAllPolicy();
 }