Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 350 Bytes

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.