Beispiel #1
0
 /**
  * Saves the result of calculation to the cache.
  *
  * @param mixed $vars
  * @return void
  */
 function EndDataCache($vars = false)
 {
     $this->cache->endDataCache($vars);
 }