Look Aside
CPU requests memory from cache and main memory simultaneously. If the data is in the cache then it is returned, otherwise the CPU waits for the data from the main memory.
Look Through
CPU request memory from the cache. Only if the data is not present is the main memory queried.