*/ class SimpleCache extends \MCMS\_\Plugin\Cache\MCMS\NullCache\NullCache implements iPlugInCache { public function __construct() { $this->cache = new \Mammut\Cache\Simple(); } }