Registry / utility / spring-modules-cache

spring-modules-cache

JSON →
library0.5javamavenunverified

Spring Modules Cache provides caching support for Spring applications using various cache providers.

<dependency> <groupId>org.springmodules</groupId> <artifactId>spring-modules-cache</artifactId> <version>0.5</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-MODULES-CAC
S
spring-modules-cache
utilityjavav0.5
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

Use @Cacheable annotation to cache method results in a Spring application.

import org.springframework.cache.annotation.Cacheable; import org.springframework.stereotype.Service; @Service public class MyService { @Cacheable("myCache") public String getData(String key) { // simulate slow operation return "data for " + key; } }
Debug
Known issues
breakingThis module is outdated; consider using Spring Boot's cache abstraction instead.
fix
Migrate to spring-boot-starter-cache and use a modern cache provider like Caffeine.
affects: *
Upgrade
Version history
0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
spring-modules-cache — mvn dependency:get spring-modules-cache · libregistry