mirror of
https://github.com/abbeymart/mccache-nim
synced 2026-01-15 11:31:36 +00:00
No description
| src | ||
| tests | ||
| .gitignore | ||
| HISTORY.md | ||
| LICENSE.md | ||
| mccache.nimble | ||
| README.md | ||
mccache package | github.com/abbeymart/mccache-nim
- In-Memory data/information cache for CRUD and other operations
- Simple Cache: key-value pair storage
- Hash Cache: key-hash-valye storage
- See the tests folder and test cases for different scenarios and usage
Installation
nimble install mccache
API & Examples
// Coming soon
See the tests folder and test cases for different scenarios and usage