Example #1
0
 public static function setCacheGroup($group = '')
 {
     if (!empty($group)) {
         self::$cacheGroup = $group;
     }
 }