Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
/ ncache Public archive

Package ncache implements a simple LRU cache as well as a cache wrapper for populating caches that deduplicates lookups for the same cache key.

License

Notifications You must be signed in to change notification settings

nussjustin/ncache

Repository files navigation

ncache GoDoc Build Status Go Report Card

Package ncache implements a simple LRU cache as well as a cache wrapper for populating caches that deduplicates lookups for the same cache key.

Installation

ncache uses go modules and can be installed via go get.

go get github.com/nussjustin/ncache

Todos

  • Examples
  • Readthrough cache

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Package ncache implements a simple LRU cache as well as a cache wrapper for populating caches that deduplicates lookups for the same cache key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages