I am looking for a solution to replace the Zend 1/2 cache in a Zend 3 application. The old application is using
$cache = Zend_Cache::factory('Core', 'File, $frontendOptions, $backendOptions)
to get the cache instance. How could I get the same instance in Zend Framework 3?