n-manes.caffeine.caffeine.3.0.4.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of caffeine Show documentation
Show all versions of caffeine Show documentation
A high performance caching library
module com.github.benmanes.caffeine {
exports com.github.benmanes.caffeine.cache;
exports com.github.benmanes.caffeine.cache.stats;
requires static com.google.errorprone.annotations;
requires static org.checkerframework.checker.qual;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy