WriteOnlyMap writeOnlyMap = ... CompletableFuture truncateFuture = writeOnlyMap.truncate(); truncateFuture.thenAccept(x -> "Cache contents cleared");