how to use the cache parameter of the class Resultset\Simple? I used as in the example below, but did not work
$cache = $object->getDI ()->get ( 'modelCache' );
Resultset\Simple(null, $object, $object->getReadConnection ()->query ($sql), $cache);
how to use the cache parameter of the class Resultset\Simple? I used as in the example below, but did not work
$cache = $object->getDI ()->get ( 'modelCache' );
Resultset\Simple(null, $object, $object->getReadConnection ()->query ($sql), $cache);