PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
   
  Label: coherence-cache-config

All content with label coherence-cache-config.
Related Labels: review , eviction , localcache , cachestore , hibernate , faq-code-examples , triggers , maptrigger , namedcache , cache , configuration

Create and Use Coherence Caches (Coherence 3.4 User Guide)
simplest and most flexible way to create caches in Coherence is to use the cache configuration descriptor to define attributes and names for your application's or cluster's caches, and to instantiate the caches in your application code referring to them by name that matches the names or patterns as defined ...
How do I integrate Coherence and Hibernate? (Coherence FAQ)
Hibernate and Coherence can be used together in several combinations. This document discusses the various options, including when each one is appropriate, along with usage instructions. These options include using Coherence as a Hibernate plugin and using Hibernate as a Coherence plugin via ...
Managing Map Operations with Triggers (Coherence 3.4 User Guide)
Map triggers supplement the standard capabilities of Oracle Coherence to provide a highly customized cache management system. For example, map triggers can be used to prevent invalid transactions, enforce complex security authorizations or complex business rules, provide transparent ...
Specifying a Custom Eviction Policy (Coherence 3.4 User Guide)
class is used for sizelimited caches. It is used both for caching onheap objects (as in a local cache or the front portion of a near cache) and as the backing map for a partitioned cache. Applications can provide custom eviction policies for use with a {{LocalCache}}. Note that Coherence's default ...