private static final class PayPalPlusRequestContextCacheProvider.AccessTokenCacheLoader extends com.google.common.cache.CacheLoader<PayPalPlusCredentials,PayPalPlusRequestContext>
Modifier and Type | Field and Description |
---|---|
private PayPalPlusAuthorizationService |
authorizationService |
Constructor and Description |
---|
AccessTokenCacheLoader(PayPalPlusAuthorizationService authorizationService) |
Modifier and Type | Method and Description |
---|---|
PayPalPlusRequestContext |
load(PayPalPlusCredentials credentials) |
private final PayPalPlusAuthorizationService authorizationService
public AccessTokenCacheLoader(PayPalPlusAuthorizationService authorizationService)
public PayPalPlusRequestContext load(PayPalPlusCredentials credentials)
load
in class com.google.common.cache.CacheLoader<PayPalPlusCredentials,PayPalPlusRequestContext>