{"id":71111,"library":"coherence","title":"Oracle Coherence CE","description":"Oracle Coherence Community Edition, a distributed cache and data grid solution.","status":"active","version":"21.12.7","language":"java","source_language":null,"source_url":"https://github.com/oracle/coherence","tags":["coherence","cache","data-grid","distributed"],"install":[{"cmd":"<dependency>\n  <groupId>com.oracle.coherence.ce</groupId>\n  <artifactId>coherence</artifactId>\n  <version>21.12.7</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.oracle.coherence.ce:coherence:21.12.7'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"CacheFactory","correct":"com.tangosol.net.CacheFactory"}],"quickstart":{"code":"import com.tangosol.net.CacheFactory;\nimport com.tangosol.net.NamedCache;\n\npublic class Example {\n    public static void main(String[] args) {\n        NamedCache cache = CacheFactory.getCache(\"my-cache\");\n        cache.put(\"key\", \"value\");\n        System.out.println(cache.get(\"key\"));\n    }\n}","lang":"java","description":"Get a NamedCache instance and perform basic operations."},"warnings":[],"env_vars":null,"search_vec":"'cach':10,16 'ce':3 'coher':2,5,15 'communiti':6 'data':12,18 'data-grid':17 'distribut':9,20 'edit':7 'grid':13,19 'oracl':1,4 'solut':14","created_at":"2026-06-17T18:22:51.852723+00:00","updated_at":"2026-06-17T18:22:51.852723+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":"https://coherence.community/","github":"https://github.com/oracle/coherence","docs":"https://appdoc.app/artifact/com.oracle.coherence.ce/coherence/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"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}}