Skip to content

Latest commit

 

History

History

fifo-cache

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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