Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 722 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 722 Bytes

ggcache

Go Reference Go Report Card Coverage Status

Installation

go get github.com/doraemonkeys/ggcache

Features

  • Simple API
  • Goroutine safe
  • Item expiration and automatic deletion
  • Optimized concurrent loading for cache misses

Reference