public interface EndpointDiscoveryCacheLoader<K,V>
| Modifier and Type | Method and Description | 
|---|---|
V | 
load(K key,
    AmazonWebServiceRequest discoveryRequest)
Interface for loading an item from a cache based on a key value and the context
 of an  
AmazonWebServiceRequest. | 
V load(K key, AmazonWebServiceRequest discoveryRequest)
AmazonWebServiceRequest.key - The primary ket to lookup in the cachediscoveryRequest - Additional context used in cache lookups.