Skip to content

dnutiu/the-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Cache

This is an exercise for a concurrent cache that supports TTL and Request Deduplication.

Instructions

Build and run the demo with

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

To run the tests run

go test ./...

About

An in-memory concurrent cache with request deduplication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published