No description
Find a file
2022-11-22 17:16:09 -05:00
src refactored-cache-vars-params-v0.3.0 2022-10-15 20:20:33 -04:00
tests re-test with sub-module/packages 2020-05-30 18:40:06 -04:00
.gitignore refactored-cache-vars-params-v0.3.0 2022-10-15 20:20:33 -04:00
HISTORY.md Refactored-cache-vars-params-v0.3.0 2022-11-22 17:16:09 -05:00
LICENSE.md Refactor cache-methods v0.2.0 2022-01-08 22:41:30 -05:00
mccache.nimble refactored-cache-vars-params-v0.3.0 2022-10-15 20:20:33 -04:00
README.md Refactor cache-methods v0.2.0 2022-01-08 22:41:30 -05:00

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