An open API service indexing awesome lists of open source software.

https://github.com/semihbkgr/nucleus

cache library in go
https://github.com/semihbkgr/nucleus

cache go golang inmemory

Last synced: 10 months ago
JSON representation

cache library in go

Awesome Lists containing this project

README

          

# nucleus

[![ci](https://github.com/SemihBKGR/nucleus/actions/workflows/ci.yml/badge.svg)](https://github.com/SemihBKGR/nucleus/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/SemihBKGR/nucleus/branch/master/graph/badge.svg?token=PIQ268M0VC)](https://codecov.io/gh/SemihBKGR/nucleus)
[![Go Report Card](https://goreportcard.com/badge/github.com/SemihBKGR/nucleus)](https://goreportcard.com/report/github.com/SemihBKGR/nucleus)
[![godoc](https://godoc.org/github.com/SemihBKGR/nucleus?status.png)](https://pkg.go.dev/github.com/SemihBKGR/nucleus)

Nucleus provides cache mechanism with different eviction algorithms.