Read Caching

Allows read operations from the host to be stored in controller cache memory.

If a host requests data that is not in the cache, the controller reads the needed data blocks from the disk and then places them in the cache. Until the cache is flushed, any other requests for this data are fulfilled with cache data rather than from a physical disk read, increasing throughput.