Overview
This is a simple, flexible PSR-16 compliant simple-cache implementation for PHP.
Adapters include File, Sql, Memcached, Redis, and None
Installation
Install Vespula.SimpleCache via composer
composer require vespula/simple-cache
Please refer to the documentation on PSR-16 for information on this interface.