Why another JCache implementation, you may wonder. There is already a myriad of providers out there.
MicroStream's very own serialization and storage can be utilized to get the best out of caches. For example you are not limited to java.io.Serializable
types, when storing by value. That means every key-value pair gets copied every time you put and get entries in and out of a cache. And if a cache is used with a backing store, MicroStream's storage can be used to get the best possible performance.