Skip to content

An in memory, generic cache library, with O(1) time complexity for add, remove and get. Has support for MRU(Most Recently Used) and LRU(Lease Recently Used) eviction.

Notifications You must be signed in to change notification settings

Saurabh--Kumar/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

cache

An in memory, generic cache library, with O(1) time complexity for add, remove and get. Has support for MRU(Most Recently Used) and LRU(Lease Recently Used) eviction. Time complexity for add, remove and get operations is O(1).

About

An in memory, generic cache library, with O(1) time complexity for add, remove and get. Has support for MRU(Most Recently Used) and LRU(Lease Recently Used) eviction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published