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