cacheControl property

String cacheControl
final

The number of seconds the asset is cached in the browser and in the Supabase CDN. This is set in the Cache-Control: max-age=<seconds> header.

Defaults to 3600.

Implementation

final String cacheControl;