Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkurev committed Jun 1, 2022
1 parent 3d76b27 commit af57418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## Features

* Multiple cache stores: actually in memory, Redis, SQLite or your own custom store
* Multiple cache stores: actually in memory, Redis, SQLite or [your own custom store](#write-your-own-custom-store)
* High concurrent thread-safe access
* A metric cache to let you store metrics about your caches usage (hits, miss, set success, set error, ...)
* An efficient binary marshaler to automatically marshal/unmarshal your cache values
Expand Down

0 comments on commit af57418

Please sign in to comment.