|
![]() |
Computer Hardware > CACHE
The following information is about CACHE.
CACHE Defined
Pronounced cash, a special high-speed storage mechanism. It can be either a reserved section of main memory or an independent high-speed storage device. Two types of caching are commonly used in personal computers: memory caching and disk caching. A memory cache, sometimes called a cache store or RAM cache, is a portion of memory made of high-speed static RAM (SRAM) instead of the slower and cheaper dynamic RAM (DRAM) used for main memory. Memory caching is effective because most programs access the same data or instructions over and over. By keeping as much of this information as possible in SRAM, the computer avoids accessing the slower DRAM. Some memory caches are built into the architecture of microprocessors. The Intel 80486 microprocessor, for example, contains an 8K memory cache, and the Pentium has a 16K cache. Such internal caches are often called Level 1 (L1) caches. Most modern PCs also come with external cache memory, called Level 2 (L2) caches. These caches sit between the CPU and the DRAM. Like L1 caches, L2 caches are composed of SRAM but they are much larger. Disk caching works under the same principle as memory caching, but instead of using high-speed SRAM, a disk cache uses conventional main memory. The most recently accessed data from the disk (as well as adjacent sectors) is stored in a memory buffer. When a program needs to access data from the disk, it first checks the disk cache to see if the data is there. Disk caching can dramatically improve the performance of applications, because accessing a byte of data in RAM can be thousands of times faster than accessing a byte on a hard disk. When data is found in the cache, it is called a cache hit, and the effectiveness of a cache is judged by its hit rate. Many cache systems use a technique known as smart caching, in which the system can recognize certain types of frequently used data. The strategies for determining which information should be kept in the cache constitute some of the more interesting problems in computer science.
This definition is in context to Computer Hardware. See more contextual defintions for CACHE.
Are you looking for additional Computer Hardware > Cache news? Try our new "Cache News Focus" area.
Off-site CACHE Links, User Submitted
The following links have been collected through user bookmark submission in the CACHE category. Please note, because these resources are off-site we cannot guarantee the accuracy or quality of any information.
Sat Jul 4
- Caching Tutorial for Web Authors and Webmasters
- Cache it! Solve PHP Performance Problems [PHP & MySQL Tutorials]
- Intermediate JQuery
- Installing APC in Windows - MoodleDocs: [APC] apc.enabled = 1 apc.shm_segmen ts = 1 apc.shm_size = 64 apc.max_file_s ize = 10M apc.stat=1
- HTTP Caching FAQ
- Installing memcached | Development, Analysis And Research: I had to install memcache on a number of servers, and I would always tend to end up with errors whilst memcache tries to locate libevent. I always seem to forgett LD_DEBUG, so I figured I would write up the process fo
- Squid en mode Reverse Proxy
- Geoscout: Navstation
- How to stop web browser from caching documents and other resources | Php Development
- StaticGenerato r for Django
If you would like to find additional social bookmark based links on the topic of we recommend the Open Tag Directory > CACHE. If you would like to find related tags we recommend Tag Patterns > CACHE
Off-site Cache Research Links
If you still need additional information on Cache then we suggest the following off-site resources. Please note, because these resources are off-site we cannot guarantee the accuracy or quality of any information.
Computer Hardware Topics
Everything you need to know about Computer Hardware
Computer Hardware
If you know the Computer Hardware Term Name use the links below to quickly jump to your desired focus.
Bookmark Us
The On Topic Network
This website is part of The On Topic Network.
Thank You
Computer-Hardware.On-Topic.net was developed by Odin Metatech, Inc and runs on the Odin Assemble platform.
License
This work is licensed under Creative Commons.
