Simple In-Memory Cache for Java Applications
So, yesterday, I was discussing with a friend of mine who is looking for a simple in-memory key-value store. She ran into memcached and a couple others, but I thought I could quickly scribble up one and gave it a shot:
Simple In Memory Cache for Java applications on github
I haven’t tested it on large scale systems and the cleaner thread needs to be tuned a lot, I have configured the cleanup thread to suit to the minuscule load I’ve tested it with.
Categories: Code, Computing
In-memory cache, Key-Value store
IMPORTANT:
The repo has been renamed to:
ConcurrentHashMap-based-In-Memory-Cachehttps://github.com/icecoldaswin/ConcurrentHashMap-based-In-Memory-Cache