| Interface | Description |
|---|---|
| Content |
Binary content of Web Resource.
|
| UrlCache |
Cache for URL Generation, or more exactly three Caches for:
- Batches for given included and excluded.
|
| UrlCache.BatchesProvider | |
| UrlCache.ResolvedExcludedProvider |
| Class | Description |
|---|---|
| ConditionInstanceCache |
Instance cache, needed to have only one instance of UrlReadingCondition for same UrlReadingConditon class and
initialization parameters.
|
| ContentImpl |
Helper to simplify implementation of Content class.
|
| LineCountingProxyOutputStream | |
| NullOutputStream |
OutputStream that discards all bytes
|
| ResettableLazyReferenceWithVersionCheck<T> |
Cache result and its version, when retrieving it checks the version of the cached result and rebuild it if it's
different.
|
| SourceMapJoinerStub |
Stub for SourceMapJoiner, needed to replace it when Source Map generation not needed.
|
| Support |
Basic utility functions.
|
| Tuple<A,B> |
Needed to return two results from the method.
|
| UrlCache.EvaluatedCondition |
Result of evaluated condition with the condition itself.
|
| UrlCache.Impl |
Implementation.
|
| UrlCache.IncludedAndExcluded | |
| UrlCache.IncludedExcludedConditionsAndBatchingOptions | |
| UrlCache.PassThrough |
No caching implementation.
|
Copyright © 2018 Atlassian. All rights reserved.