What is cache?

Showing Answers 1 - 8 of 8 Answers

Bhaskar Reddy

  • Jul 11th, 2005
 

Storing the frequently used items in memory is reffered as Caching. Caching is a used and tested technique for performance

  Was this answer useful?  Yes

thenibala

  • Mar 23rd, 2006
 

Physically Cache is a part of storage area in RAM which allocates and deallocates the frequenlty used information based on the diffferent methods like (LIFO, FIFO, LRU etc.)

Muruganandham C

  Was this answer useful?  Yes

Saravanan nethaji

  • Mar 4th, 2007
 

Cache is used to store the values of the oftenly used values. It will store the value in cache memory and when ever we want that values we can get the required value from the cache if we stored the value in the cache.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions