public class MemcachedVCacheServiceSettings extends Object
MemcachedVCacheService.
They are created using the MemcachedVCacheServiceSettingsBuilder,
which you should consult for the description of each property.| Modifier and Type | Method and Description |
|---|---|
BegunTransactionalActivityHandler |
getBegunTransactionalActivityHandler() |
Supplier<net.spy.memcached.MemcachedClientIF> |
getClientSupplier() |
Supplier<RequestContext> |
getContextSupplier() |
VCacheCreationHandler |
getCreationHandler() |
VCacheSettingsDefaultsProvider |
getDefaultsProvider() |
Function<String,Boolean> |
getDontExternaliseCache() |
ExternalCacheKeyGenerator |
getExternalCacheKeyGenerator() |
Duration |
getLockTimeout() |
MetricsCollector |
getMetricsCollector() |
Supplier<RequestContext> |
getWorkContextContextSupplier() |
boolean |
isSerializationHack() |
public Supplier<net.spy.memcached.MemcachedClientIF> getClientSupplier()
public Supplier<RequestContext> getContextSupplier()
public VCacheSettingsDefaultsProvider getDefaultsProvider()
public VCacheCreationHandler getCreationHandler()
public MetricsCollector getMetricsCollector()
public ExternalCacheKeyGenerator getExternalCacheKeyGenerator()
public BegunTransactionalActivityHandler getBegunTransactionalActivityHandler()
public Supplier<RequestContext> getWorkContextContextSupplier()
public boolean isSerializationHack()
public Duration getLockTimeout()
Copyright © 2016 Atlassian. All rights reserved.