Skip to content

Commit

Permalink
Fix error in docs (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Dec 6, 2024
1 parent 8ea2b07 commit a307135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flat-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ In version 6 we attempted to keep as much as the functionality as possible which

- `create(options?: FlatCacheOptions)` - Creates a new cache and will load the data from disk if it exists
- `createFromFile(filePath, options?: FlatCacheOptions)` - Creates a new cache from a file
- `clearByCacheId(cacheId: string, cacheDir?: string)` - Clears the cache by the cacheId
- `clearCacheById(cacheId: string, cacheDir?: string)` - Clears the cache by the cacheId
- `clearAll(cacheDirectory?: string)` - Clears all the caches


Expand Down

0 comments on commit a307135

Please sign in to comment.