Skip to content

dnutiu/the-cache

Repository files navigation

The Cache

A simple generic and concurrent in-memory cache implementation which supports request deduplication.

Installation

You may install the package with:

export GOPRIVATE=gitlab.nuculabs.dev/*

go get gitlab.nuculabs.dev/dnutiu/[email protected]

Instructions

Build and run the demo with

go build ./example/cache-demo
go run ./example/cache-demo

To run the tests run

go test ./...

About

An in-memory concurrent cache with request deduplication. (Mirror)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published