Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 255 Bytes

bloatcache

bloatcache is a Java-clone of the memcache server created for 2nd Verify This Long-Term Challenge.

Missing features

  • Handling of LRU in the cache
  • CAS implementation
  • TTL and expiration time deletion