These simple guides are designed to be a quick hands-on introduction to a specific feature of Coherence. In most cases they require nothing more than a Coherence jar and an IDE (or a text editor if you’re really old-school). Guides are typically built as a combination Maven and Gradle project including the corresponding wrappers for those tools making them simple to build as stand-alone projects without needing to build the whole Coherence source tree.
This guide walks you through various methods to configure and bootstrap a Coherence instance.
Provides a guide for clients to connect to a Coherence Cluster via Coherence*Extend.
This guide walks you through basic CRUD put
, get
, and remove
operations on a NamedMap
.
This guide walks you through the basic concepts of querying Coherence caches.
This guide walks you through how to use built-in aggregators within Coherence.
This guide walks you through how to create custom aggregators within Coherence.
Learn about the basic concepts of working with views using the ContinuousQueryCache
.
This guide walks you through how to use the Streams API with Coherence.
This guide walks you through how to use Entry Processors with Coherence.
This guide walks you through how to use Federation within Coherence.
This guide walks you through how to use Topics within Coherence.
This guide walks you through how to use near caching within Coherence.
This guide walks you through how to use client events within Coherence.
This guide walks you through how to use server-side events within Coherence.
This guide walks you through how to use durable events within Coherence.
This guide walks you through how to use and configure Cache Stores.
This guide shows approaches to bulk load data into caches, typically this would be loading data into caches from a DB when applications start.
This guide walks you through how to secure Coherence using SSL/TLS.
This guide walks you through how to tweak Coherence to provide more performance at the expense of data consistency and availability.
This guide explains how to use the Coherence Executor Service.
This guide walks you through how to configure CDI Response Caching to cache the results of method invocations.
This guide walks you through a use case for key association in Coherence.
This guide explains how to atomically access and update multiple related entries using
an EntryProcessor
in a partition level transaction.
An example of how to connect an Extend or gRPC client to multiple Coherence clusters.