Registry / config / spring-boot-starter-cache

spring-boot-starter-cache

JSON →
library4.0.6javamavenunverified

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>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-cache
configjavav4.0.6
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.

Cacheable
org.springframework.cache.annotation.Cacheable

Example showing @Cacheable annotation usage.

import org.springframework.cache.annotation.Cacheable; import org.springframework.stereotype.Service; @Service public class MyService { @Cacheable("items") public String getItem(String id) { return "Item " + id; } }
Debug
Known issues
breakingSpring Boot 3.x requires Java 17 and uses Spring Framework 6; older versions may have compatibility issues.
fix
Ensure your project uses Java 17+ and compatible Spring Boot version.
affects: >=3.0.0
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
53 hits · last 30 days
node
38
OpenAI (training)
1
Resources
spring-boot-starter-cache — mvn dependency:get spring-boot-starter-cache · libregistry