abbeymart / mccache

In-Memory Simple and Hash Cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mccache | github.com/abbeymart/mccache

  • In-Memory data/information cache for CRUD and other operations
  • Simple Cache: key-value pair storage
  • Hash Cache: key-hash-value storage
  • See the test files for different test cases / scenarios and usage

API - Simple Cache

  • Simple Cache is key-value caching for number, string and object values
  • It exposes the following functions: SetCache(), GetCache, DeleteCache and ClearCache

API - Hash Cache

  • Hash Cache: key-hash-value storage for caching number, string and object values
  • It exposes the following functions: SetHashCache(), GetHashCache, DeleteHashCache and ClearHashCache

About

In-Memory Simple and Hash Cache

License:MIT License


Languages

Language:Go 100.0%