| Modifier and Type | Method and Description |
|---|---|
ResilienceConfiguration.CacheConfiguration |
ResilienceConfiguration.cacheConfiguration() |
static ResilienceConfiguration.CacheConfiguration |
ResilienceConfiguration.CacheConfiguration.disabled()
Factory method to create a disabled cache configuration.
|
ResilienceConfiguration.CacheConfiguration |
ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder.withoutParameters()
Instantiate the cache configuration without additional parameters for the cache key.
|
ResilienceConfiguration.CacheConfiguration |
ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder.withParameters(Object component,
Object... otherComponents)
Instantiate the cache configuration with additional non-serializable parameters for the cache key.
|
ResilienceConfiguration.CacheConfiguration |
ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder.withParameters(Serializable component,
Serializable... otherComponents)
Instantiate the cache configuration with additional serializable parameters for the cache key.
|
| Modifier and Type | Method and Description |
|---|---|
ResilienceConfiguration |
ResilienceConfiguration.cacheConfiguration(ResilienceConfiguration.CacheConfiguration cacheConfiguration) |
Copyright © 2022 SAP SE. All rights reserved.