noStore static method
Returns a CacheControlHeader with no-store.
Implementation
static CacheControlFactory noStore() =>
(_, _) => CacheControlHeader(noStore: true);
Returns a CacheControlHeader with no-store.
static CacheControlFactory noStore() =>
(_, _) => CacheControlHeader(noStore: true);