| Package | Description |
|---|---|
| org.n52.iceland.cache | |
| org.n52.iceland.cache.ctrl.persistence |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableContentCache
TODO JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
ContentCache |
ContentCacheController.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentCachePersistenceStrategy.persistOnCompleteUpdate(ContentCache cache)
Persist the specified cache in the event of a complete content update.
|
void |
ContentCachePersistenceStrategy.persistOnPartialUpdate(ContentCache cache)
Persist the specified cache in the event of a partial content update.
|
void |
ContentCachePersistenceStrategy.persistOnShutdown(ContentCache cache)
Persist the specified cache in the event of a service shutdown.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPersistingCachePersistenceStrategy.persistCache(ContentCache cache) |
void |
ImmediatePersistenceStrategy.persistOnCompleteUpdate(ContentCache cache) |
void |
NoOpCachePersistenceStrategy.persistOnCompleteUpdate(ContentCache cache) |
void |
AsyncCachePersistenceStrategy.persistOnCompleteUpdate(ContentCache cache) |
void |
ImmediatePersistenceStrategy.persistOnPartialUpdate(ContentCache cache) |
void |
NoOpCachePersistenceStrategy.persistOnPartialUpdate(ContentCache cache) |
void |
AsyncCachePersistenceStrategy.persistOnPartialUpdate(ContentCache cache) |
void |
ImmediatePersistenceStrategy.persistOnShutdown(ContentCache cache) |
void |
NoOpCachePersistenceStrategy.persistOnShutdown(ContentCache cache) |
void |
AsyncCachePersistenceStrategy.persistOnShutdown(ContentCache cache) |
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.