Implementation of in-memory cache without using any java framework.
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.