Open OndroMih opened 8 years ago
Currently, all calls are blocking and wait until the data is stored into the cache. Async API would make applications respond much faster.
It would even provide form of eventual consistency when combined with persistence (e.g. using cache entry listeners)
Currently, all calls are blocking and wait until the data is stored into the cache. Async API would make applications respond much faster.
It would even provide form of eventual consistency when combined with persistence (e.g. using cache entry listeners)