Thread: What is Cache
View Single Post
Old 04-28-2017, 04:11 AM   #49
Shane Bentick
Registered User
 
Join Date: Apr 2017
Posts: 355
cache is a high-speed access area that can be a reserved section of main memory or storage device. The two main types of cache are memory cache and disk cache.
Memory cache is a portion of the high-speed static RAM (SRAM) and is effective because most programs access the same data or instructions repeatedly.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Shane Bentick is offline   Reply With Quote