<@U0BAF68H2> It's not a network cache, I'm accessi...
# rx
d
@alex.hart It's not a network cache, I'm accessing a db with vertx and caching the result in the observable so that all other observables can be zipped with its result. But I need to invalidate this cache. It's an api that tons of android devices are connecting to, the data I'm caching stays the same for all of them, but may be changed in the admin so vertx must reload it...