Skip to content

An in-memory cache layer that stores key-value pair using HashMap and supports automatic expiry using timers.

Notifications You must be signed in to change notification settings

anol123/In-memory-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In-memory-cache

Main thread ├─ handles insert() ├─ handles get() └─ owns cache object

Cleanup thread ├─ sleeps for N seconds ├─ locks cache ├─ removes expired entries └─ repeats

About

An in-memory cache layer that stores key-value pair using HashMap and supports automatic expiry using timers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages