Asynchronous API example

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1534

This topic has not yet been written. The content below is from the topic description.
For example, in a cache paramerized as Cache , Cache.put(String key, String value) returns a String.  Cache.putAsync(String key, String value) would return a Future.