|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheBehaviour | |
|---|---|
| org.apache.jackrabbit.jcr2spi | |
| org.apache.jackrabbit.jcr2spi.config | |
| org.apache.jackrabbit.jcr2spi.hierarchy | |
| org.apache.jackrabbit.jcr2spi.lock | |
| Uses of CacheBehaviour in org.apache.jackrabbit.jcr2spi |
|---|
| Fields in org.apache.jackrabbit.jcr2spi declared as CacheBehaviour | |
|---|---|
static CacheBehaviour |
Jcr2spiRepositoryFactory.DEFAULT_CACHE_BEHAVIOR
Default value for Jcr2spiRepositoryFactory.PARAM_CACHE_BEHAVIOR |
| Methods in org.apache.jackrabbit.jcr2spi that return CacheBehaviour | |
|---|---|
CacheBehaviour |
Jcr2spiRepositoryFactory.RepositoryConfigImpl.getCacheBehaviour()
|
| Methods in org.apache.jackrabbit.jcr2spi with parameters of type CacheBehaviour | |
|---|---|
protected WorkspaceManager |
WorkspaceImpl.createManager(RepositoryService service,
SessionInfo sessionInfo,
CacheBehaviour cacheBehaviour,
int pollTimeout)
Create the workspace state manager. |
| Constructors in org.apache.jackrabbit.jcr2spi with parameters of type CacheBehaviour | |
|---|---|
WorkspaceManager(RepositoryService service,
SessionInfo sessionInfo,
CacheBehaviour cacheBehaviour,
int pollTimeout,
boolean enableObservation)
|
|
| Uses of CacheBehaviour in org.apache.jackrabbit.jcr2spi.config |
|---|
| Fields in org.apache.jackrabbit.jcr2spi.config declared as CacheBehaviour | |
|---|---|
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. |
| Methods in org.apache.jackrabbit.jcr2spi.config that return CacheBehaviour | |
|---|---|
CacheBehaviour |
RepositoryConfig.getCacheBehaviour()
|
| Uses of CacheBehaviour in org.apache.jackrabbit.jcr2spi.hierarchy |
|---|
| Constructors in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type CacheBehaviour | |
|---|---|
HierarchyEventListener(WorkspaceManager wspManager,
HierarchyManager hierarchyMgr,
CacheBehaviour cacheBehaviour)
|
|
| Uses of CacheBehaviour in org.apache.jackrabbit.jcr2spi.lock |
|---|
| Constructors in org.apache.jackrabbit.jcr2spi.lock with parameters of type CacheBehaviour | |
|---|---|
LockManagerImpl(WorkspaceManager wspManager,
ItemManager itemManager,
CacheBehaviour cacheBehaviour)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||