cacheEnabled property

bool cacheEnabled
final

Toggle to enable or disable cache.

If set to true, caching will be enabled for API responses, improving performance by reducing the number of network requests. When false, all requests will be made directly to the API server.

Implementation

final bool cacheEnabled;