answersLogoWhite

0

Full cache is when a web page is cached in your browser. It means that some of the content of the pages you visit will be stored in your browser so you don't have to download it every time you visit the page. Full cache is when a web page is cached in your browser. It means that some of the content of the pages you visit will be stored in your browser so you don't have to download it every time you visit the page.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are the type of cache memory?

There are different type of cache memory: processor cache memory, cache memory ram,1 cache memory l2, cache memory, CPU cache memory, disk cache memory, hard disk cache, cache memory motherboard.


What are the two types of cache memory?

There are different type of cache memory: processor cache memory, cache memory ram,1 cache memory l2, cache memory, CPU cache memory, disk cache memory, hard disk cache, cache memory motherboard.


What is the meaning of browser cache is full may interfere gmail experience?

Browser has some fixed cache memory. When it is full it can hamper with the user experience.


What is full form of CACHE?

Cache is not an abbreviation. Cache comes from the French word caché, meaning "storage" or "hidden place."


Is cache memory visible?

No cache memory is not visible.....


Cache memory and register memory?

Register memory are smaller in size than cache memory and registers are faster than cache..Cache memory store the frequently used data from main memory..


What type of RAM is used for cache memory?

sram is used for cache for cache memory.


What is the recommended size of cache memory in a processor?

The maximum size of a cache memory is theoretically equal to the amount of primary memory(RAM).Like Cache only memory architecture where the whole memory space is filled up with the cache only.


Why is cache memory needed?

Cache Memory is needed because Hardware implements cache as a block of memory for temporary storage likely to be used again.


What is the difference between cache-memory and primary-memory?

Cache memory is smaller and quicker, primary memory larger and slower.


When cache memory is full what happen?

When cache memory is full, the system must decide which data to evict to make space for new data. This process is typically managed using a cache replacement policy, such as Least Recently Used (LRU) or First In First Out (FIFO). As a result, the cache may lose frequently accessed data, potentially leading to increased access times as the system fetches data from slower main memory. This can degrade overall performance if cache hits decrease significantly.


What is assosciative mapped cache?

An associative cache is a cache that has 1 or more extra slots for each place in memory. So if two pieces of memory map to the same place in cache, you can write both entries. In this case, you will need a cache replacement policy to determine which gets evicted first when it's full and new data arrives.