globalStateExpiration property

Duration? globalStateExpiration
getter/setter pair

How often BrowserController.clearEverything should be called.

If null, the cache is never cleared automatically.

This is a global variable because the underlying platform APIs don't have good support for per-browser clearing.

See also resetGlobalStateAtStart.

Implementation

static Duration? globalStateExpiration;