useCache property

bool useCache
final

Whether to use in-memory cache for performance.

  • When true, values are cached in memory and are NOT isolate-safe.
  • When false (default), values are read directly from disk and are fully isolate-safe.

Implementation

final bool useCache;