Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinikjkkj authored Aug 8, 2024
1 parent f76fdf4 commit ffaacbd
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
@@ -1,7 +1,7 @@

# CacheTools-Js

Best, faster, ligther, all-in-one, fully-typed cache library for JS, based on (cachetools)[https://pypi.org/project/cachetools] from python, with events, pooling and decorators.
Best, faster, ligther, all-in-one, fully-typed cache library for JS, based on [cachetools](https://pypi.org/project/cachetools) from python, with events, pooling and decorators.

All of most used cache types are included here, if what you are looking for does not exist here, tell us.
## Installation
Expand Down Expand Up @@ -80,4 +80,4 @@ cache.on('del', key => console.log(key))
Trigged when key expires, by a TTL, LRU, LFU...
```typescript
cache.on('expired', key => console.log(key))
```
```

0 comments on commit ffaacbd

Please sign in to comment.