method clearCache documentation in bbn\Db

Deletes a specific item from the cache.

Example

X::dump($db->clearCache('db_example','tables')); // (db) function(string $item, string $mode) { if ($this->cacheHas($item, $mode)) { $this->cacheDelete($item, $mode); } return $this; }

Deletes a specific item from the cache. 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.