Skip to content

Implemented cache with plugable eviction policies like FIFO, LRU, LFU.

Notifications You must be signed in to change notification settings

nayakrahul/Cache-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache-Implementation

Implemented cache with plugable eviction policies like FIFO, LRU, LFU, RR.

Each eviction policy has:

  • logic to find key to be evicted
  • method to maintain a eviction logic system

How to use cache

It is provided in testit.py

About

Implemented cache with plugable eviction policies like FIFO, LRU, LFU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages