public interface UrlCache
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UrlCache.BatchesProvider |
static class |
UrlCache.EvaluatedCondition
Result of evaluated condition with the condition itself.
|
static class |
UrlCache.Impl
Implementation.
|
static class |
UrlCache.IncludedAndExcluded |
static class |
UrlCache.IncludedExcludedConditionsAndBatchingOptions |
static class |
UrlCache.PassThrough
No caching implementation.
|
static interface |
UrlCache.ResolvedExcludedProvider |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
UrlGenerationHelpers.CalculatedBatches |
getBatches(UrlCache.IncludedExcludedConditionsAndBatchingOptions key,
UrlCache.BatchesProvider provider)
Get batches for given included and excluded.
|
LinkedHashSet<String> |
getResolvedExcluded(UrlCache.IncludedExcludedConditionsAndBatchingOptions key,
UrlCache.ResolvedExcludedProvider provider)
Get resolved excluded for given include and excluded.
|
UrlGenerationHelpers.CalculatedBatches getBatches(UrlCache.IncludedExcludedConditionsAndBatchingOptions key, UrlCache.BatchesProvider provider)
LinkedHashSet<String> getResolvedExcluded(UrlCache.IncludedExcludedConditionsAndBatchingOptions key, UrlCache.ResolvedExcludedProvider provider)
void clear()
Copyright © 2018 Atlassian. All rights reserved.