Interface MapWriterAsync<K,V>

Type Parameters:
K - key type
V - value type

public interface MapWriterAsync<K,V>
Asynchronous Map writer used for write-through operations.
Author:
Nikita Koksharov