defaultStaticFilesCacheControl constant

String const defaultStaticFilesCacheControl

The default value for staticFilesCacheControl.

Implementation

static const String defaultStaticFilesCacheControl =
    'private, no-transform, must-revalidate, max-age=60, stale-while-revalidate=600, stale-if-error=300';