Hi,
Why asynchronous cache batch write data can not be asynchronous, please help me.
1,Start a transaction, call the addAll method.

2,Gets an asynchronous cache and writes data to the cache.

3,Triggers the writeAll method of CacheStore, persistent storage.

4,Print execution process.The same thread execution, not asynchronous execution.

I want asynchronous execution of persistent storage, can you do it?
Please help me.Thank you very much!