Registry / database / coherence

coherence

JSON →
library21.12.7javamavenunverified

Oracle Coherence Community Edition, a distributed cache and data grid solution.

<dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence</artifactId> <version>21.12.7</version> </dependency>
INSTALL
IMPORT
SIG · COHERENCE
C
coherence
databasejavav21.12.7
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.

CacheFactory
com.tangosol.net.CacheFactory

Get a NamedCache instance and perform basic operations.

import com.tangosol.net.CacheFactory; import com.tangosol.net.NamedCache; public class Example { public static void main(String[] args) { NamedCache cache = CacheFactory.getCache("my-cache"); cache.put("key", "value"); System.out.println(cache.get("key")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
21.12.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
coherence — mvn dependency:get coherence · libregistry