예제 #1
0
파일: ReData.php 프로젝트: hellocc2/crmht
 public static function emptyOrder($cacheId)
 {
     \Helper\ShoppingCart::emptyCartCache();
     $mem = \Lib\Cache::init();
     $mem->delete($cacheId . 'order');
     $mem->delete($cacheId . 'paypalEX');
 }