How to run a standalone Hazelcast server for testing distributed cache.
java -cp third_party/hazelcast/hazelcast-3.5.4.jar
com.hazelcast.core.server.StartServer
bazel build --hazelcast_node=127.0.0.1:5701 --spawn_strategy=remote
src/tools/generate_workspace:all
Above command will build generate_workspace with remote spawn strategy that uses Hazelcast as the distributed caching backend.