Skip to content

satmaelstorm/mqcache

Repository files navigation

MQCache Go implementation

Go Report GoDoc Coverage Status Go

Multi-Queue Cache implementation on Go

Original article

Implementation of the in-memory cache based on the eviction algorithm MQCache. The size of the cache can be specified in both elements and bytes.