Bookmark the Dictionary of Words Online

cache definition from the Dictionary of Words

Home Contact us New words
Web Images MP3/Audio Video Directory News
Help
Terms of Service
RESULTS IN:    English Spanish

Found 9 hits - Term: cache, Database: *, Strategy: exact
[1] : The Collaborative International Dictionary of English v.0.48
cache \cache\ ka^sh, n. f., a hiding place, fr. cacher to
   conceal, to hide.
   1. a hole in the ground, or other hiding place, for
      concealing and preserving provisions which it is
      inconvenient to carry. --kane.
      1913 webster

   2. that which is hidden in a cache2; a hoard; a stockpile.
      pjc

   3. computers a form of memory in a computer which has a
      faster access time than most of main memory, and is
      usually used to store the most frequently accessed data in
      main memory during execution of a program.
      pjc

[2] : The Collaborative International Dictionary of English v.0.48
cache \cache\ ka^sh, v. t.
   to store in a cache1.
   pjc cachectic

[3] : WordNet (r) 2.0
cache
     n 1: a hidden storage space for money or provisions or weapons
     2: a secret store of valuables or money syn: hoard, stash
     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 syn: memory cache
     v : save up as for future use syn: hoard, stash, lay away,
          hive up, squirrel away
see also:
hoard stash memory cache lay away hive up squirrel away 

[4] : Moby Thesaurus II by Grady Ward, 1.0
85 moby thesaurus words for "cache":
   asylum, backlog, bank, bolt-hole, bosom, bottle up, bundle away,
   bury, coffer, conceal, concealment, corner, cover, covert,
   coverture, cranny, cubby, cubbyhole, dark corner, den, deposit,
   dugout, embosom, file, file and forget, foxhole, funk hole, hide,
   hide away, hideaway, hideout, hidey hole, hiding, hiding place,
   hoard, hole, hutch, keep hidden, keep secret, lair, lay away,
   lay down, lay in, lay in store, lock up, lodge, nest egg, niche,
   nook, pack away, plant, put away, recess, refuge, reposit,
   repository, reserve, reserve fund, reserve supply, reserves,
   reservoir, resource, retreat, salt away, salt down, sanctuary,
   savings, seal up, secret place, secrete, sinking fund,
   something in reserve, squirrel away, stash, stockpile, store,
   store away, stow, stow away, stow down, supply, undercovert,
   unexpended balance, vault, warehouse




[5] : The Free On-line Dictionary of Computing (27 SEP 03)
cache
     
         /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
     
     
see also:
main memory cache hit cache miss integrated circuit cpu primary cache 
secondary cache hit rate cache line cache lines write-through 
write-back replacement algorithm cache conflict direct mapped cache fully associative cache 
sector mapping set associative cache 
[6] : U.S. Gazetteer (1990)
cache, il
  zip codes: 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 codes: 73527

[7] : U.S. Gazetteer Counties (2000)
cache -- u.s. county in utah
   population 2000:    91391
   housing units 2000: 29035
   land area 2000:     1164.523091 sq. miles 3016.100832 sq. km
   water area 2000:    8.550150 sq. miles 22.144785 sq. km
   total area 2000:    1173.073241 sq. miles 3038.245617 sq. km
   located within:       utah ut, fips 49
   location:             41.751082 n, 111.842117 w
   headwords:
    cache
    cache, ut
    cache county
    cache county, ut


[8] : U.S. Gazetteer Places (2000)
cache, ok -- u.s. city in oklahoma
   population 2000:    2371
   housing units 2000: 952
   land area 2000:     3.388615 sq. miles 8.776472 sq. km
   water area 2000:    0.014556 sq. miles 0.037701 sq. km
   total area 2000:    3.403171 sq. miles 8.814173 sq. km
   fips code:            10700
   located within:       oklahoma ok, fips 40
   location:             34.629967 n, 98.625226 w
   zip codes 1990:     73527
   note: some zip codes may be omitted esp. for suburbs.
   headwords:
    cache, ok
    cache


[9] : U.S. Gazetteer Places (2000)
cache, ut -- u.s. census designated place in utah
   population 2000:    37
   housing units 2000: 16
   land area 2000:     5.660193 sq. miles 14.659831 sq. km
   water area 2000:    0.346274 sq. miles 0.896845 sq. km
   total area 2000:    6.006467 sq. miles 15.556676 sq. km
   fips code:            09725
   located within:       utah ut, fips 49
   location:             41.836370 n, 112.000202 w
   zip codes 1990:    
   note: some zip codes may be omitted esp. for suburbs.
   headwords:
    cache, ut
    cache



Results 1 - 10 of 23 found about cache:

Cache >> C Words
Cache, definition of term: Cache
cache_pag1.html

Cache Memory >> C Words
Cache Memory, definition of term: Cache Memory
cache+memory_pag1.html

Cache County >> C Words
Cache County, definition of term: Cache County
cache+county_pag1.html

Disk Cache >> D Words
Disk Cache, definition of term: Disk Cache
disk+cache_pag1.html

Lettre De Cache >> L Words
Lettre De Cache, definition of term: Lettre De Cache
lettre+de+cache_pag1.html

Squid Web Proxy Cache
...a full-featured Web proxy cache .. designed to run on Unix systems .. free, open-source.....cache hierarchies .. ICP, HTCP, CARP, Cache Digests .. transparent caching .. WCCP (Squid..
http://www.squid-cache.org/, score=100, date indexed=October 5, 2005, 9:20 am

The Quilter's Cache - Marcia Hohn's free quilt patterns and quilting lessons
...The Quilter's Cache is in Large Part supported by Sales from the Tiny Store and user.....Quilter's Cache! :o) Use it Up, Pass It On, Wear it Out! What is so comforting as that.....The Cache Support Program **   Please, would you mind signing my guest book so I know you..
http://www.quilterscache.com/, score=94, date indexed=October 5, 2005, 9:44 am

CACHE :: Raising Standards, Building Careers
...The Council for Awards in Childrens Care and Education (CACHE ). Patron Her Majesty the.....About CACHE.. PDF (253k) Download PDF version of the supplement. [Requires Adobe Acrobat.....CACHE Centre Search | Case Studies | Vacancies .. Information and Resources for CACHE..
http://www.cache.org.uk/, score=91, date indexed=October 5, 2005, 10:16 am

Squid Web Proxy Cache
...a full-featured Web proxy cache .. designed to run on Unix systems .. free, open-source.....cache hierarchies .. ICP, HTCP, CARP, Cache Digests .. transparent caching .. WCCP (Squid..
http://squid.nlanr.net/Squid/, score=91, date indexed=May 13, 2005, 8:30 am

Google Web Search Features
...cache their content. Google.. ... Advertise with Us - Business Solutions - Services..
http://www.google.com/help/features.html, score=89, date indexed=January 1, 2005, 4:07 am

Page 1 2 3 Next


Last accessed:2008/05/15 19:44:30 [Total processing time: 1 seconds]
Myspace Layouts for Girls My Space
Middle East Business España México Puerto Rico Costa Rica Argentina Directorio
Dictionary online database provided by dict.org