Classes summary
| CacheProviderAPC |
An implementation of the CacheProviderInterface interface that uses APC/APCu as
the target store. |
| CacheProviderArray |
An implementation of the CacheProviderInterface interface that uses an array as
the target store. Only useful for unit tests. |
| CacheProviderFactory |
A factory for creating cache provider implementations that implement the
CacheProviderInterface interface. |
| CacheProviderMemcache |
An implementation of the CacheProviderInterface interface that uses Memcache as
the target store. |
| CacheProviderRedis |
An implementation of the CacheProviderInterface interface that uses Redis as the
target store. |