leslie-fei/fastcache
This is a high-performance go cache, multi-process shared memory caching It supports Get, Set, and Delete operations, and is designed for multi-thread safety, high performance, and low latency. The cache system can be configured to use various memory allocation strategies, including Go memory, SHM, and MMap, and features zero GC, and LRU
GoApache-2.0