Moka is a fast, concurrent cache library for Rust. Moka is inspired by the Caffeine library for Java. Moka provides cache implementations on top of hash maps. They support full concurrency of ...
The Caffeine Simulator is written in Java but Moka cache is written in Rust. This driver uses Java Native Interface (JNI) to bridge the gap between the two languages. This library uses jni crate, ...