Esempio n. 1
0
 /**
  * Saves the contents of the source object
  * @access public
  * @param $source Scaffold_Source
  * @return void
  */
 public function save(Scaffold_Source $source)
 {
     $this->cache->set($source->id, $source->get(), $source->last_modified);
 }