You are here

function crumbs_Container_AbstractLazyDataCached::flushCaches in Crumbs, the Breadcrumbs suite 7.2

Flush cached data.

File

lib/Container/AbstractLazyDataCached.php, line 35

Class

crumbs_Container_AbstractLazyDataCached

Code

function flushCaches() {
  $this->data = array();
  cache_clear_all('crumbs:', 'cache', TRUE);
}