avatar
kezhenxu94
Blogging about dev, tips & tricks, tutorials and more

All Posts

  • Published on
    Caching is a critical technology in many high performance scalable applications. There are many choices in caching framework, including Ehcache, Memcache, cache2k etc. In this post, we are going to build one on our own, to learn what cache really does.