Class CacheAdapterFactory
Generates cache adapters and cache providers objects using an array of configuration data. This can be useful for creating cache adapters in client builder configuration files.
- Guzzle\Cache\CacheAdapterFactory implements Guzzle\Common\FromConfigInterface
public static
|
|
protected static
mixed
|
#
createObject( string $className, array $args = null )
Create a class using an array of constructor arguments |