Open rajatjain1997 opened 7 years ago
@kapouer Can you please review the request?
Well i've asked a question above !
I'm not able to view any other comments except for the one above... Can you please post it again?
Oops, sorry i'm not that used to the github review gui.
@kapouer is the checking needed?
Well i miss some time to fully review your changes - and more importantly, to write some tests to make sure they won't break anything. I'm also not sure casting unconditionally is a good idea.
Some users might need an import/export functionality for the current LFUCache data-structure for portability/transmission over get/post requests and storage.
Added:
import(): To import and set an already existing LFUCache export(): To export an already existing LFUCache as string
Additional dependencies: circular-json to parse and stringify Circular referenced JSON Objects.