Ejemplo n.º 1
0
 /**
  * Sets the store for cache files. Defaults to
  * /dev/shm. Must have trailing slash.
  *
  * @param string $store The dir to store the cache data in
  */
 public static function setStore($store)
 {
     self::$store = $store;
 }