Namespace Guzzle\Cache
| AbstractCacheAdapter | Abstract cache adapter |
| 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. |
| ClosureCacheAdapter | Cache adapter that defers to closures for implementation |
| DoctrineCacheAdapter | Doctrine 2 cache adapter |
| NullCacheAdapter | Null cache adapter |
| Zf1CacheAdapter | Zend Framework 1 cache adapter |
| Zf2CacheAdapter | Zend Framework 2 cache adapter |
| CacheAdapterInterface | Interface for cache adapters. |