Actually in my Xitrum web framework, I'm including both Akka and Hazelcast (for cache):
http://ngocdaothanh.github.io/xitrum/Hazelcast is very good.
If you want to use a distributed cache right now, you should use Hazelcast.
Hazelcast itself is distributed, it can run side by side with Akka, not behind Akka.
I'm creating Cleakka because Hazelcast has many other additional features like distributed pubsub, lock etc.
Most of the time I don't need them, so I think it's worth a try to create a small distributed cache library based on Akka.