WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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