Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
Modifier and Type | Field and Description |
---|---|
InvalidationsQueue |
SoftRefCachingRowMapper.cacheQueue
The queue of cache invalidations received from other session, to process at pre-transaction time.
|
Modifier and Type | Field and Description |
---|---|
ArrayList<InvalidationsQueue> |
InvalidationsPropagator.queues |
Modifier and Type | Method and Description |
---|---|
void |
InvalidationsPropagator.addQueue(InvalidationsQueue queue) |
void |
InvalidationsPropagator.propagateInvalidations(Invalidations invalidations,
InvalidationsQueue skipQueue) |
void |
InvalidationsPropagator.removeQueue(InvalidationsQueue queue) |
Copyright © 2017 Nuxeo. All rights reserved.