method deleteCache documentation in bbn\Mvc\Model

Deletes a cache with the given data.

function(array $data = NULL, $spec = '', string $path = '') { if ($cn = $this->_cache_name($data, $spec)) { if ($path) { $cn = 'models/' . $path . substr($cn, strlen('models/' . $this->_path)); } return $this->cache_engine->deleteAll($cn, ''); } }

Deletes a cache with the given data. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.