package
0.0.0-20210310205550-8f072b4f2c90
Repository: https://github.com/ghostdb/ghostdb-cache-node.git
Documentation: pkg.go.dev

# Functions

Returns the last node in the list.
InitList initializes the doubly-linked list.
Insert will insert key-value pairs nodes into the doubly linked list.
NewLRU will initialize the cache.
RemoveLast removes the least recently used item in the list.
RemoveNode removes a specific node from the list.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
LRUCache represents a cache object.
No description provided by the author