public function flushCache()
 {
     Cache::removePrefixed('pages.');
 }