A Simple Cache adapter for the Mako Framework.
Mako 11.0 or greater.
Install the package using the following composer command:
composer require mako/simple-cache
Create a SimpleCache
object by injecting a Mako cache store instance and you're good to go.
$simpleCache = new SimpleCache($this->cache->instance());