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).
-
Notifications
You must be signed in to change notification settings - Fork 0
Saurabh--Kumar/cache
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published