clearcache() 보호된 메소드

Clean cache
저자: Dmitry (dio) Levashov
protected clearcache ( ) : void
리턴 void
예제 #1
0
 /**
 * Clean cache
 *
 * @return void
 * @author Dmitry (dio) Levashov
 **/
 protected function clearcache()
 {
     parent::clearcache();
     $this->metaDataCache = array();
 }