Adopt-a-JSR / jcache-javaee

JCache JSR-107 Integration for Java EE 8
Apache License 2.0
7 stars 1 forks source link

Asynchronous API #12

Open OndroMih opened 8 years ago

OndroMih commented 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)