Add FIFO (First-In-First-Out) Cache Policy Implementation #13
Labels
enhancement
New feature or request
medium
Oh you have some experience with programming huh! Come on solve this then
What is
FIFO
?Here are the is what you will do:
FIFOCachePolicy
that implements theCachePolicy
interfaceEject(m *Memoria, requiredSpace uint64) error
Insert(m *Memoria, key string, val []byte) error
Example :
The text was updated successfully, but these errors were encountered: