Package | Description |
---|---|
org.apache.jackrabbit.jcr2spi | |
org.apache.jackrabbit.jcr2spi.config | |
org.apache.jackrabbit.jcr2spi.hierarchy | |
org.apache.jackrabbit.jcr2spi.lock |
Modifier and Type | Field and Description |
---|---|
static CacheBehaviour |
Jcr2spiRepositoryFactory.DEFAULT_CACHE_BEHAVIOR
Default value for
Jcr2spiRepositoryFactory.PARAM_CACHE_BEHAVIOR |
Modifier and Type | Method and Description |
---|---|
CacheBehaviour |
Jcr2spiRepositoryFactory.RepositoryConfigImpl.getCacheBehaviour() |
Modifier and Type | Field and Description |
---|---|
static CacheBehaviour |
CacheBehaviour.INVALIDATE
Cache maintenance is done by invalidating affected items of an operation
and forcing the jcr2spi implementation to reload the item states when
they are accessed next time.
|
static CacheBehaviour |
CacheBehaviour.OBSERVATION
Cache maintenance is done using events from the repository.
|
Modifier and Type | Method and Description |
---|---|
CacheBehaviour |
RepositoryConfig.getCacheBehaviour() |
Constructor and Description |
---|
HierarchyEventListener(WorkspaceManager wspManager,
HierarchyManager hierarchyMgr,
CacheBehaviour cacheBehaviour) |
Constructor and Description |
---|
LockManagerImpl(WorkspaceManager wspManager,
ItemManager itemManager,
CacheBehaviour cacheBehaviour) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.