fmeobjects.FMEUniversalReader.flushCachedGeometries

FMEUniversalReader.flushCachedGeometries()

This method flushes cached geometries to disk. When reading and building a feature cache, most geometries will be kept on memory to avoid the expense of serializing them. Calling this method forces the unserialized geometries to be written to disk. Typically it is not necessary to make this call. However, it may be useful in cases where the temporary cached ffs file is being accessed directly.

Return type:

None

Raises:

FMEException – An FMEException is raised if there was an error.