public static function flushMemoryCache()
 {
     self::$memoryCache = array();
     self::$unserializedMemoryCache = array();
 }