clearcache() protected method

Clean cache
Author: Dmitry (dio) Levashov
protected clearcache ( ) : void
return void
Exemplo n.º 1
0
 /**
 * Clean cache
 *
 * @return void
 * @author Dmitry (dio) Levashov
 **/
 protected function clearcache()
 {
     parent::clearcache();
     $this->metaDataCache = array();
 }