Starter for using Spring's caching support in Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Example showing @Cacheable annotation usage.
Ensure your project uses Java 17+ and compatible Spring Boot version.
No dependency data recorded yet.