abbeymart / mccache-nim

Simple & Hash In-Memory Cache Package (nim)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple & Hash In-Memory Cache Package (nim)

License:MIT License


Languages

Language:Nim 100.0%