Hi, I want to use this cache thing with paginator, I am confused I should set the cache before paginator or after paginator? This is a correct way as below?
Zend\Paginator\Paginator::setCache($cache); $paginator = new Zend\Paginator\Paginator(new Zend\Paginator\Adapter\ArrayAdapter($users)); -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/zend-cache-Not-found-tp4661626p4661648.html Sent from the Zend Framework mailing list archive at Nabble.com.
