* Linux´Â ¸¹Àº cacheµéÀ» »ç¿ëÇÑ´Ù. ÇÏÁö¸¸ ij½¬¿¡ ´ëÇÑ ¸íÈ®ÇÑ Á¤ÀǸ¦ °¡Áö°í ÀÖÁö ¾Ê´Ù¸é Ä¿³ÎÀ» °è¼Ó °øºÎÇÏ´Â µ¿¾È¿¡ ¸¹Àº È¥¶õÀ» ÀÏÀ¸Å³ ¼ö ÀÖ´Ù. Linux¿¡¼­ »ç¿ëÇϴ ij½¬µé¿¡ ´ëÇÏ¿© °£´ÜÈ÷ Á¤¸®ÇØ º¸¾Ò´Ù. == DiskCache == It is software mechnism that allow the kernel to keep in RAM some informatiom that is normally stored on a disk . so data on a disk can be quickly satisfied without a slow access to the disk itself. == MemoryCache == It is a software mechanism introduced to bypass the kernel memory allocator => slab allocator. Slab allocator avoid buddy allocator when It allocate new memory. == PageCache == Besides the dentry cache and the inode cache, Linux uses other disk caches. The most important one, called, the page cache,