public static class ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ResilienceConfiguration.CacheConfiguration |
withoutParameters() |
ResilienceConfiguration.CacheConfiguration |
withParameters(Object component,
Object... otherComponents)
Instantiate the cache configuration with additional non-serializable parameters for the cache key.
|
ResilienceConfiguration.CacheConfiguration |
withParameters(Serializable component,
Serializable... otherComponents)
Instantiate the cache configuration with additional serializable parameters for the cache key.
|
@Nonnull public ResilienceConfiguration.CacheConfiguration withParameters(@Nonnull Serializable component, Serializable... otherComponents)
@Nonnull public ResilienceConfiguration.CacheConfiguration withParameters(@Nonnull Object component, Object... otherComponents)
@Nonnull public ResilienceConfiguration.CacheConfiguration withoutParameters()
Copyright © 2019 SAP SE. All rights reserved.