|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.jcr2spi.config.CacheBehaviour
public final class CacheBehaviour
CacheBehaviour defines constants for the various cache
maintenance strategies. The effective strategy depends on two factors,
whether the repository implementation supports observation and the behaviour
provided in the RepositoryConfig.
| Field Summary | |
|---|---|
static 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 |
OBSERVATION
Cache maintenance is done using events from the repository. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CacheBehaviour INVALIDATE
public static final CacheBehaviour OBSERVATION
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||