public interface PartitionAwareVCacheLifecycleManager extends VCacheLifecycleManager
VCacheLifecycleManager.| Modifier and Type | Method and Description |
|---|---|
void |
requestSetup(String partition)
To be called before a thread is about to perform a request (unit of work).
|
applicationSetup, applicationTeardown, currentRequestCount, isRequestInProgress, requestTeardownvoid requestSetup(String partition)
VCacheLifecycleManager.isRequestInProgress() to check whether a
request is currently in progress.partition - the identifier of the partition to associate with the request. The identifier may only contain
the characters A-Z, a-z, ./-_$.IllegalStateException - a request is currently in progress for this thread.Copyright © 2015 Atlassian. All rights reserved.