Skip to content

Commit

Permalink
Improve cached and cachedmthod
Browse files Browse the repository at this point in the history
  • Loading branch information
awolverp committed Jan 31, 2025
1 parent 1c08346 commit 40a7754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ It's completely thread-safe and uses locks to prevent problems.
**👌 Easy To Use** \
You only need to import it and choice your implementation to use and behave with it like a dictionary.

**🚫 Avoids dog-piling**
It avoids [cache stampede](https://en.wikipedia.org/wiki/Cache_stampede) to have better performance.

## Installation
cachebox is installable by `pip`:
```bash
Expand Down

0 comments on commit 40a7754

Please sign in to comment.