Package | Description |
---|---|
net.sf.ehcache.distribution |
This package is for cache replication.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyEventMessage
An Event Message, in respect of a particular cache.
|
class |
RmiEventMessage |
Modifier and Type | Method and Description |
---|---|
private java.util.List<EventMessage> |
RMIAsynchronousCacheReplicator.extractEventMessages(int limit)
Extracts CacheEventMessages and attempts to get a hard reference to the underlying EventMessage
If an EventMessage has been invalidated due to SoftReference collection of the Element, it is not
propagated.
|