maxCacheAge constant

Duration const maxCacheAge

Maximum cache age before cleanup (30 days)

Implementation

static const Duration maxCacheAge = Duration(days: 30);