Registry / utility / geronimo-jcache-1-0-spec

geronimo-jcache-1-0-spec

JSON →
library1.0-alpha-1javamavenunverified

Apache Geronimo implementation of the JSR-107 (JCache) specification for caching.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jcache_1.0_spec</artifactId> <version>1.0-alpha-1</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-JCACHE-1-
G
geronimo-jcache-1-0-spec
utilityjavav1.0-alpha-1
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.

Cache
javax.cache.Cache

Creates and uses a JCache instance.

import javax.cache.Cache; import javax.cache.Caching; import javax.cache.configuration.MutableConfiguration; public class Example { public static void main(String[] args) { Cache<String, String> cache = Caching.getCachingProvider().getCacheManager() .createCache("myCache", new MutableConfiguration<>()); cache.put("key", "value"); System.out.println(cache.get("key")); } }
Debug
Known issues
breakingAlpha version; not production-ready.
fix
Use a stable JCache implementation like Ehcache or Hazelcast.
affects: 1.0-alpha-1
Upgrade
Version history
1.0-alpha-1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geronimo-jcache-1-0-spec — mvn dependency:get geronimo-jcache-1-0-spec · libregistry