| Package | Description |
|---|---|
| org.cache2k |
API package for cache2k Java caching library.
|
| org.cache2k.configuration |
The cache configuration as a Java bean and support types.
|
| Modifier and Type | Method and Description |
|---|---|
Cache2kBuilder<K,V> |
Cache2kBuilder.writer(CacheWriter<K,V> w)
Enables write through operation and sets a writer customization that gets
called synchronously upon cache mutations.
|
| Modifier and Type | Method and Description |
|---|---|
CustomizationSupplier<CacheWriter<K,V>> |
Cache2kConfiguration.getWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cache2kConfiguration.setWriter(CustomizationSupplier<CacheWriter<K,V>> v) |
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.