Skip to content

Implementation of in-memory LRU cache using TTL, without any Java framework.

Notifications You must be signed in to change notification settings

supriyaamisshra/in-memory-lru-cache-ttl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

in-memory-lru-cache-ttl

TTL CACHE

Implementation of in-memory cache without using any java framework.

Requirements:

The TTL (Time To Live) for the cache items are ~10 seconds.

– The system has plenty of memory.

– Each item may or may not be accessed during the TTL.

– Each item might be accessed multiple times during the TTL.

About

Implementation of in-memory LRU cache using TTL, without any Java framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published