cachingEnabled property

bool get cachingEnabled

Gets whether caching is enabled (defaults to true).

Implementation

bool get cachingEnabled {
  return _prefs?.getBool(_cachingEnabledKey) ?? true;
}