Registry / utility / simulator

simulator

JSON →
library3.2.3javamavenunverified

Simulator for benchmarking and testing caching policies in the Caffeine caching library.

<dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>simulator</artifactId> <version>3.2.3</version> </dependency>
INSTALL
IMPORT
SIG · SIMULATOR
S
simulator
utilityjavav3.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Simulator
com.github.benmanes.caffeine.simulator.Simulator

Minimal usage of Caffeine Simulator

import com.github.benmanes.caffeine.simulator.Simulator; public class Example { public static void main(String[] args) { Simulator simulator = new Simulator(); simulator.run(); } }
Debug
Known issues
gotchaSimulator is separate from the main Caffeine cache library; not for production use.
fix
Use com.github.benmanes.caffeine:caffeine for production caching.
affects: *
Upgrade
Version history
3.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
simulator — mvn dependency:get simulator · libregistry