12 results for: cache

Dictionary.com Unabridged (v 1.1) - Cite This Source - Share This
cache    Audio Help   [kash] Pronunciation Key noun, verb, cached, cach·ing.
–noun
1.a hiding place, esp. one in the ground, for ammunition, food, treasures, etc.: She hid her jewelry in a little cache in the cellar.
2.anything so hidden: The enemy never found our cache of food.
3.Alaska and Northern Canada. a small shed elevated on poles above the reach of animals and used for storing food, equipment, etc.
–verb (used with object)
4.to put in a cache; conceal; hide.

[Origin: 1585–95; < F, n. deriv. of cacher to hide < VL *coācticāre to stow away, orig. to pack together, equiv. to L coāct(us) collected (ptp. of cōgere; see coactive) + -icā- formative v. suffix + -re inf. ending]

2. hoard, stockpile, reserve, store. 4. secrete.
Dictionary.com Unabridged (v 1.1)
Based on the Random House Unabridged Dictionary, © Random House, Inc. 2006.
Encyclopædia Britannica, Inc.
cache

To learn more about cache visit Britannica.com

© 2008 Encyclopædia Britannica, Inc.
American Heritage Dictionary - Cite This Source - Share This
cache    Audio Help   (kāsh)  Pronunciation Key 
n.  
    1. A hiding place used especially for storing provisions.
    2. A place for concealment and safekeeping, as of valuables.
    3. A store of goods or valuables concealed in a hiding place: maintained a cache of food in case of emergencies.
  1. Computer Science A fast storage buffer in the central processing unit of a computer. Also called cache memory.

tr.v.   cached, cach·ing, cach·es
To hide or store in a cache. See Synonyms at hide1.


[French, from cacher, to hide, from Old French, to press, hide, from Vulgar Latin *coācticāre, to store, pack together, frequentative of Latin coāctāre, to constrain, from coāctus, past participle of cōgere, to force; see cogent.]

(Download Now or Buy the Book)
The American Heritage® Dictionary of the English Language, Fourth Edition
Copyright © 2006 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
Online Etymology Dictionary - Cite This Source - Share This
cache 
1797, from Fr. Canadian trappers' slang, "hiding place for stores" (c.1669), from Fr. cacher "conceal," from V.L. *coacticare "store up, collect, compress," from L. coactare "constrain," from coactus pp. of cogere "to collect" (see cogent).

Online Etymology Dictionary, © 2001 Douglas Harper
WordNet - Cite This Source - Share This
cache

noun
1. a hidden storage space (for money or provisions or weapons) 
2. a secret store of valuables or money [syn: hoard
3. (computer science) RAM memory that is set aside as a specialized buffer storage that is continually updated; used to optimize data transfers between system elements with different characteristics 

verb
1. save up as for future use [syn: hoard

WordNet® 3.0, © 2006 by Princeton University.
The American Heritage Science Dictionary - Cite This Source - Share This
cache    Audio Help   (kāsh)  Pronunciation Key 
An area of computer memory devoted to the high-speed retrieval of frequently used or requested data.

The American Heritage® Science Dictionary
Copyright © 2002 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
Free On-line Dictionary of Computing - Cite This Source - Share This

cache memory management
/kash/ A small fast memory holding recently accessed data, designed to speed up subsequent access to the same data. Most often applied to processor-memory access but also used for a local copy of data accessible over a network etc.
When data is read from, or written to, main memory a copy is also saved in the cache, along with the associated main memory address. The cache monitors addresses of subsequent reads to see if the required data is already in the cache. If it is (a cache hit) then it is returned immediately and the main memory read is aborted (or not started). If the data is not cached (a cache miss) then it is fetched from main memory and also saved in the cache.
The cache is built from faster memory chips than main memory so a cache hit takes much less time to complete than a normal memory access. The cache may be located on the same integrated circuit as the CPU, in order to further reduce the access time. In this case it is often known as primary cache since there may be a larger, slower secondary cache outside the CPU chip.
The most important characteristic of a cache is its hit rate - the fraction of all memory accesses which are satisfied from the cache. This in turn depends on the cache design but mostly on its size relative to the main memory. The size is limited by the cost of fast memory chips.
The hit rate also depends on the access pattern of the particular program being run (the sequence of addresses being read and written). Caches rely on two properties of the access patterns of most programs: temporal locality - if something is accessed once, it is likely to be accessed again soon, and spatial locality - if one memory location is accessed then nearby memory locations are also likely to be accessed. In order to exploit spatial locality, caches often operate on several words at a time, a "cache line" or "cache block". Main memory reads and writes are whole cache lines.
When the processor wants to write to main memory, the data is first written to the cache on the assumption that the processor will probably read it again soon. Various different policies are used. In a write-through cache, data is written to main memory at the same time as it is cached. In a write-back cache it is only written to main memory when it is forced out of the cache.
If all accesses were writes then, with a write-through policy, every write to the cache would necessitate a main memory write, thus slowing the system down to main memory speed. However, statistically, most accesses are reads and most of these will be satisfied from the cache. Write-through is simpler than write-back because an entry that is to be replaced can just be overwritten in the cache as it will already have been copied to main memory whereas write-back requires the cache to initiate a main memory write of the flushed entry followed (for a processor read) by a main memory read. However, write-back is more efficient because an entry may be written many times in the cache without a main memory access.
When the cache is full and it is desired to cache another line of data then a cache entry is selected to be written back to main memory or "flushed". The new line is then put in its place. Which entry is chosen to be flushed is determined by a "replacement algorithm".
Some processors have separate instruction and data caches. Both can be active at the same time, allowing an instruction fetch to overlap with a data read or write. This separation also avoids the possibility of bad cache conflict between say the instructions in a loop and some data in an array which is accessed by that loop.
See also direct mapped cache, fully associative cache, sector mapping, set associative cache.
(1997-06-25)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
U.S. Gazetteer - Cite This Source - Share This

Cache County, UT (county, FIPS 5) Location: 41.69098 N, 111.74894 W
Population (1990): 70183 (22053 housing units)
Area: 3016.4 sq km (land), 22.1 sq km (water)

Cache, IL Zip code(s): 62913

Cache, OK (town, FIPS 10700) Location: 34.62862 N, 98.61566 W
Population (1990): 2251 (914 housing units)
Area: 8.5 sq km (land), 0.0 sq km (water)
Zip code(s): 73527

U.S. Gazetteer, U.S. Census Bureau
Webster's Revised Unabridged Dictionary - Cite This Source - Share This

Cache

Cache\, n. [F., a hiding place, fr. cacher to conceal, to hide.] A hole in the ground, or hiding place, for concealing and preserving provisions which it is inconvenient to carry. --Kane.
Webster's Revised Unabridged Dictionary, © 1996, 1998 MICRA, Inc.
Acronym Finder - Cite This Source - Share This

CACHE

CACHE: in Acronym Finder

Acronym Finder, © 1988-2007 Mountain Data Systems

View results from: Dictionary | Thesaurus | Encyclopedia | All Reference | the Web

Share This:   Share This: del.icio.us Share This: digg.com Share This: furl.net Share This: www.netscape.com Share This: myweb2.search.yahoo.com Share This: www.stumbleupon.com Share This: www.google.com Share This: www.technorati.com Share This: blinklist.com Share This: newsvine.com Share This: ma.gnolia.com Share This: reddit.com Share This: favorites.live.com Share This: tailrank.com

Perform a new search, or try your search for "cache" at: