for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DoctrineModule\Cache;
/**
* @license MIT
* @link http://www.doctrine-project.org/
*
* @deprecated use \DoctrineModule\Cache\LaminasStorageCache
*/
class ZendStorageCache extends LaminasStorageCache
{
}