コード例 #1
0
ファイル: Cache.php プロジェクト: ar-framework-labs/kernel
 public static function get($key)
 {
     return Caches::get($key);
 }