#pragma once void InitializeCache(); int READ( int* ); void WRITE( int*, int );