예제 #1
0
 /**
  * Initialize the cache objects
  */
 public static function initCache()
 {
     self::$saveCacheLoad = false;
     self::$cacheLoad = cache::getInstance();
     self::$cacheLoad->get(self::$loadFiles, array('ttl' => 0, 'id' => 'load', 'request' => array('uri' => false, 'meth' => array()), 'serialize' => true));
 }