public class GuavaServiceSettingsBuilder extends Object
GuavaServiceSettings instances.| Constructor and Description |
|---|
GuavaServiceSettingsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GuavaServiceSettings |
build()
Returns a new
GuavaServiceSettings instance configured using the supplied settings. |
GuavaServiceSettingsBuilder |
enableSerializationHack()
Enable the serialization hack, whereby if an
ExternalCache's values are
Serializable, then the values are not marshalled before they are passed to the delegate
Guava Cache. |
public GuavaServiceSettings build()
GuavaServiceSettings instance configured using the supplied settings.GuavaServiceSettings instance configured using the supplied settings.public GuavaServiceSettingsBuilder enableSerializationHack()
ExternalCache's values are
Serializable, then the values are not marshalled before they are passed to the delegate
Guava Cache. This is to allow for performance optimisations.Copyright © 2016 Atlassian. All rights reserved.