Example #1
0
 /**
  * Constructor.
  * Cache decorates RedBeanPHP OODB class, so needs a writer.
  *
  * @param RedBean_QueryWriter $writer
  */
 public function __construct(RedBean_QueryWriter $writer)
 {
     parent::__construct($writer);
 }