Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danReynolds authored Nov 13, 2024
1 parent 97b90a7 commit 3661c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,9 @@ class MyPersistor extends Persistor {
/// specified by the [Persistor.persistenceThrottle] duration.
Future<void> persist(Set<Document> docs);
/// Hydration function called to read data from persistence. If no entities are specified,
/// then it hydrations all persisted data. if entities are specified, it hydrates only the data from
/// the paths under those entities.
/// Hydration function called to read data from persistence. If no references are specified,
/// then it hydrates all persisted data. if refs are specified, it hydrates only the data at
/// and under those paths.
Future<Json> hydrate([Set<StoreReference>? refs]);
/// Clear function used to clear all documents under the given collections.
Expand Down

0 comments on commit 3661c16

Please sign in to comment.