Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richgt committed Jan 10, 2025
1 parent 37af71c commit 8130185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core-types/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ export interface Cache {
peek(identifier: StableDocumentIdentifier): ResourceDocument | null;

/**
* Peek resource data from the Cache.
* Peek remote resource data from the Cache.
*
* This will give the data provided from the server without any local changes.
*
* In development, if the return value
* is JSON the return value
Expand Down

0 comments on commit 8130185

Please sign in to comment.