noStore static method

Returns a CacheControlHeader with no-store.

Implementation

static CacheControlFactory noStore() =>
    (_, _) => CacheControlHeader(noStore: true);