{"id":75673,"library":"geronimo-jcache-1-0-spec","title":"Apache Geronimo JCache 1.0 Spec","description":"Apache Geronimo implementation of the JSR-107 (JCache) specification for caching.","status":"active","version":"1.0-alpha-1","language":"java","source_language":null,"source_url":"http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jcache_1.0_spec-1.0-alpha-1","tags":["jcache","jsr-107","caching","geronimo"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.geronimo.specs</groupId>\n  <artifactId>geronimo-jcache_1.0_spec</artifactId>\n  <version>1.0-alpha-1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.geronimo.specs:geronimo-jcache_1.0_spec:1.0-alpha-1'","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\npublic class Example {\n    public static void main(String[] args) {\n        Cache<String, String> cache = Caching.getCachingProvider().getCacheManager()\n            .createCache(\"myCache\", new MutableConfiguration<>());\n        cache.put(\"key\", \"value\");\n        System.out.println(cache.get(\"key\"));\n    }\n}","lang":"java","description":"Creates and uses a JCache instance."},"warnings":[{"fix":"Use a stable JCache implementation like Ehcache or Hazelcast.","message":"Alpha version; not production-ready.","severity":"breaking","affected_versions":"1.0-alpha-1"}],"env_vars":null,"search_vec":"'-107':12,19 '1.0':4 'apach':1,6 'cach':16,20 'geronimo':2,7,21 'implement':8 'jcach':3,13,17 'jsr':11,18 'spec':5 'specif':14","created_at":"2026-06-17T19:19:34.073503+00:00","updated_at":"2026-06-17T19:19:34.073503+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://geronimo.apache.org/maven/specs/geronimo-jcache_1.0_spec/1.0-alpha-1","github":null,"docs":"https://appdoc.app/artifact/org.apache.geronimo.specs/geronimo-jcache_1.0_spec/","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}}