public interface ResourcePrefetcher<T extends ResourceIdentifier>
Modifier and Type | Method and Description |
---|---|
Class<T> |
getResourceItentifierType() |
void |
prefetch(Set<T> resourceIdentifiers,
ConversionContext conversionContext)
Attempts to pre-fetch and pre-cache the given resource identifiers.
|
Class<T> getResourceItentifierType()
void prefetch(Set<T> resourceIdentifiers, ConversionContext conversionContext)
Copyright © 2003–2018 Atlassian. All rights reserved.