Skip to content

Commit

Permalink
docs: Update README with appropriate terms and command
Browse files Browse the repository at this point in the history
The commit revises the README file to improve clarity. Terms have been adjusted to enhance comprehension - "Storage Logs" is now "Monitoring" to better reflect its function. Also, the npm installation command has been corrected to `npm install file-sys-cache` from `@ndragun92/file-sys-cache`.
  • Loading branch information
ndragun92 committed Mar 11, 2024
1 parent 109c110 commit 8d472e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ File-Sys-Cache is an npm package that provides a simple and efficient system fil
- **Invalidate Cached Data**: Automatically invalidate cached data for items with expired TTLs.
- **Flush Cache by Regex**: Flush cache entries that match a given regular expression.
- **Flush Whole Cache**: Clear the entire cache, removing all stored entries.
- **Storage Logs**: Monitor cache usage and performance statistics, including invalidated files count, logs over time, size over time, and request count.
- **Monitoring**: Monitor cache usage and performance statistics, including invalidated files count, logs over time, size over time, and request count.

## Installation

Install File-Sys-Cache via npm:

```bash
npm install @ndragun92/file-sys-cache
npm install file-sys-cache
```

## Usage
Expand Down

0 comments on commit 8d472e2

Please sign in to comment.