$loader
$loader : \Guzzle\Service\ConfigLoaderInterface
Decorator that adds caching to a service description loader
$loader : \Guzzle\Service\ConfigLoaderInterface
$cache : \Guzzle\Cache\CacheAdapterInterface
__construct(\Guzzle\Service\ConfigLoaderInterface $loader, \Guzzle\Cache\CacheAdapterInterface $cache)
\Guzzle\Service\ConfigLoaderInterface | $loader | Loader used to load the config when there is a cache miss |
\Guzzle\Cache\CacheAdapterInterface | $cache | Object used to cache the loaded result |