Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 624 Bytes

lwcache

Coverage Status CircleCI

lwcache is lightweight cache library for golang

Feature

  • simple
  • ligth weight
  • goroutine safe
  • background refresh per key
  • flexible key

Installation

go get github.com/azihsoyn/lwcache or go get gopkg.in/azihsoyn/lwcache.v1

Usage

see examples code

LICENSE

MIT