Caching Eviction Techniques

 Caching Eviction Techniques



1. LRU - Least Recently Used : It delete the cache not used in a very long time.

2. MRU - Most Recently Used : It delete the cache most recently used in a very long time.

3. LFU - Least Frequently Used : It delete the cache space among all which is least used

4. LIFO - Last In First Out :                                       5. FIFO - First In First Out :



6. RR - Random Replacement : 



Comments

Popular posts from this blog

Scalability