Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

First-In-First-Out (FIFO) Cache

In FIFO caching, the first item added to the cache is the first one to be removed when the cache reaches its capacity. It follows a queue-like behaviour.

Performance