mccache

mccache package: in-memory caching - simple & hash-cache

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.3.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-01 07:17

Tags

Authors

  • Abi Akindele [abbeymart]

Installation

nimble install mccache
choosenim install mccache
git clone https://github.com/abbeymart/mccache-nim

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
mccache - - - - - - -

Dependencies

Package Version Optional
nim >= 1.6.4 No

Source

Repository https://github.com/abbeymart/mccache-nim
Homepage https://github.com/abbeymart/mccache-nim
Registry Source nimble_official

README

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