/**
  * Wyświetla tablicę cache
  */
 function debug()
 {
     \psDebug::print_r($this->cache);
 }
 public function debug()
 {
     \psDebug::print_r($this->elements);
 }