Hi
I'm using guild https://bcit-ci.github.io/CodeIgniter4/g...cells.html but error Call to undefined method CodeIgniter\Cache\Handlers\FileHandler:
et()
![[Image: CpAjEyC.png]](http://i.imgur.com/CpAjEyC.png)
i'm thing fix $this->cache->set($cacheName, $output, $ttl); to $this->cache->save($cacheName, $output, $ttl);
tks so much
I'm using guild https://bcit-ci.github.io/CodeIgniter4/g...cells.html but error Call to undefined method CodeIgniter\Cache\Handlers\FileHandler:

![[Image: CpAjEyC.png]](http://i.imgur.com/CpAjEyC.png)
i'm thing fix $this->cache->set($cacheName, $output, $ttl); to $this->cache->save($cacheName, $output, $ttl);
tks so much