コード例 #1
0
ファイル: Application.php プロジェクト: jdauie/bramble
 public static function cache($name, $options)
 {
     Cache::init($name, $options);
 }