| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document | |
| org.apache.jackrabbit.oak.plugins.document.memory | |
| org.apache.jackrabbit.oak.plugins.document.mongo | |
| org.apache.jackrabbit.oak.plugins.document.rdb |
Implementations of
DocumentStore and BlobStore for relational databases. |
| org.apache.jackrabbit.oak.plugins.document.util |
| Modifier and Type | Method and Description |
|---|---|
@Nullable CacheInvalidationStats |
DocumentStore.invalidateCache()
Invalidate the document cache.
|
@Nullable CacheInvalidationStats |
DocumentStore.invalidateCache(Iterable<String> keys)
Invalidate the document cache but only with entries that match one
of the keys provided.
|
| Modifier and Type | Method and Description |
|---|---|
CacheInvalidationStats |
MemoryDocumentStore.invalidateCache() |
CacheInvalidationStats |
MemoryDocumentStore.invalidateCache(Iterable<String> keys) |
| Modifier and Type | Method and Description |
|---|---|
CacheInvalidationStats |
MongoDocumentStore.invalidateCache() |
CacheInvalidationStats |
MongoDocumentStore.invalidateCache(Iterable<String> keys) |
| Modifier and Type | Method and Description |
|---|---|
CacheInvalidationStats |
RDBDocumentStore.invalidateCache() |
CacheInvalidationStats |
RDBDocumentStore.invalidateCache(Iterable<String> keys) |
| Modifier and Type | Method and Description |
|---|---|
CacheInvalidationStats |
LoggingDocumentStoreWrapper.invalidateCache() |
CacheInvalidationStats |
TimingDocumentStoreWrapper.invalidateCache() |
CacheInvalidationStats |
LeaseCheckDocumentStoreWrapper.invalidateCache() |
CacheInvalidationStats |
SynchronizingDocumentStoreWrapper.invalidateCache() |
CacheInvalidationStats |
LoggingDocumentStoreWrapper.invalidateCache(Iterable<String> keys) |
CacheInvalidationStats |
TimingDocumentStoreWrapper.invalidateCache(Iterable<String> keys) |
CacheInvalidationStats |
LeaseCheckDocumentStoreWrapper.invalidateCache(Iterable<String> keys) |
CacheInvalidationStats |
SynchronizingDocumentStoreWrapper.invalidateCache(Iterable<String> keys) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.