Registry / utility / javax-cache-wso2

javax-cache-wso2

JSON →
library4.12.22javamavenunverified

OSGi bundle for the JCache (JSR 107) API, provided by WSO2 Carbon.

<dependency> <groupId>org.wso2.carbon</groupId> <artifactId>javax.cache.wso2</artifactId> <version>4.12.22</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-CACHE-WSO2
J
javax-cache-wso2
utilityjavav4.12.22
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

Create and use a JCache instance with the standard API.

import javax.cache.Cache; import javax.cache.Caching; import javax.cache.configuration.MutableConfiguration; Cache<String, String> cache = Caching.getCachingProvider() .getCacheManager() .createCache("myCache", new MutableConfiguration<>()); cache.put("key", "value");
Debug
Known issues
gotchaThis is an OSGi bundle; may require OSGi runtime for proper classloading.
fix
Use in an OSGi container or ensure proper classpath isolation.
affects: all
Upgrade
Version history
4.12.22latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
javax-cache-wso2 — mvn dependency:get javax-cache-wso2 · libregistry