public function __construct()
 {
     if (!self::$m_static_cache) {
         self::$m_static_cache = new DataGrouperCache();
     }
 }