Example #1
0
 public CacheControlAttribute(CacheabilityValue cacheability, bool noStore)
     : this(cacheability)
 {
     NoStore = noStore;
 }
Example #2
0
 public CacheControlAttribute(CacheabilityValue cacheability)
 {
     Cacheability = cacheability;
 }