{"id":72954,"library":"javax-cache-wso2","title":"WSO2 JCache API Bundle","description":"OSGi bundle for the JCache (JSR 107) API, provided by WSO2 Carbon.","status":"active","version":"4.12.22","language":"java","source_language":null,"source_url":"https://github.com/wso2/carbon-parent","tags":["jcache","wso2","osgi","caching"],"install":[{"cmd":"<dependency>\n  <groupId>org.wso2.carbon</groupId>\n  <artifactId>javax.cache.wso2</artifactId>\n  <version>4.12.22</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.wso2.carbon:javax.cache.wso2:4.12.22'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Cache","correct":"javax.cache.Cache"}],"quickstart":{"code":"import javax.cache.Cache;\nimport javax.cache.Caching;\nimport javax.cache.configuration.MutableConfiguration;\n\nCache<String, String> cache = Caching.getCachingProvider()\n    .getCacheManager()\n    .createCache(\"myCache\", new MutableConfiguration<>());\ncache.put(\"key\", \"value\");","lang":"java","description":"Create and use a JCache instance with the standard API."},"warnings":[{"fix":"Use in an OSGi container or ensure proper classpath isolation.","message":"This is an OSGi bundle; may require OSGi runtime for proper classloading.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'107':11 'api':3,12 'bundl':4,6 'cach':20 'carbon':16 'jcach':2,9,17 'jsr':10 'osgi':5,19 'provid':13 'wso2':1,15,18","created_at":"2026-06-17T18:45:25.735266+00:00","updated_at":"2026-06-17T18:45:25.735266+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://wso2.org","github":"https://github.com/wso2/carbon-parent","docs":"https://appdoc.app/artifact/org.wso2.carbon/javax.cache.wso2/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}