public static interface ResiliencePolicy.Context
Compatibility: This interface is not intended for implementation or extension by a cache client and may get additional methods in minor releases.
| Modifier and Type | Method and Description |
|---|---|
long |
getExpireAfterWriteMillis()
Expiry duration after entry mutation.
|
long |
getMaxRetryIntervalMillis()
Maximum retry interval.
|
long |
getResilienceDurationMillis()
Maximum time exceptions should be suppressed.
|
long |
getRetryIntervalMillis()
Retry interval after the first exception happened for a key.
|
long getExpireAfterWriteMillis()
long getResilienceDurationMillis()
long getRetryIntervalMillis()
long getMaxRetryIntervalMillis()
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.