package
0.0.0-20241007094844-7a831d57a599
Repository: https://github.com/sandeepgoutele/golang-coding.git
Documentation: pkg.go.dev

# Functions

NewLRUCache initializes an LRUCache.

# Structs

DLL represents a node in the doubly linked list.
LRUCache represents the LRU cache structure.