mccache

mccache package: in-memory caching


Keywords
web, library
License
MIT
Install
nimble install mccache

Documentation

mccache package

  • 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