cachemesh_io library

dart:io-backed extras for cachemesh (Dart VM, Flutter mobile/desktop).

Import this in addition to package:cachemesh/cachemesh.dart when you need file-based persistence. Kept separate so the core library never pulls in dart:io and stays web-compatible.

Classes

JsonFileStore
A PersistentStore that writes all records to a single JSON file.