Basic cache interface and adapters Installation composer require rtheunissen/cache Usage Supported cache providers are: - Doctrine - CacheProvider - Illuminate - Store - Stash - AbstractDriver The easiest way to create an adapter is to use the AdapterFactory. $cache = AdapterFactory::get($provider);