mccache

mccache package: in-memory caching

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

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Tags

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 - - - - - - -

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