defaultApiCacheControl constant

String const defaultApiCacheControl

The default value for apiCacheControl.

Implementation

static const String defaultApiCacheControl =
    'private, no-transform, must-revalidate, max-age=0, no-store, no-cache';