It's the architecture of innoDB engine.There are serveral critical elements including buffer,and cache,and data file,and data log,read and write.Obviously buffer is for writing and cache is for reading.Some writes are writing to the disk directly but some writes are refreshed to the disk asynchronously.