JSR 107 (JCache) provides a standard caching API for Java, enabling temporary data storage and retrieval.
<dependency>
<groupId>net.sf.jsr107cache</groupId>
<artifactId>jsr107cache</artifactId>
<version>1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and uses a JCache instance.
Add a JCache implementation dependency like org.ehcache:ehcache.
No dependency data recorded yet.