useCache property

bool useCache

Implementation

bool get useCache => config?.containsKey(CONFIG_USECACHE) ?? false
    ? (config![CONFIG_USECACHE] as bool)
    : true;