package
0.0.0-20201113045919-384ce832c029
Repository: https://github.com/systembuilders/lockey.git
Documentation: pkg.go.dev

# Functions

NewDoublyLinkedList returns a new instance of an empty DoublyLinkedList.
NewLRUCache creates a new LRUCache of provided size.
NewSimpleKey returns a new SimpleKey of the given value.

# Constants

Constant errors.
Constant errors.
Constant errors.

# Structs

DLLNode is the single entity of the doubly linked list.
DoublyLinkedList implements LinkedList.
LRUCache implements a cache.
SimpleKey implements a Key interface.

# Interfaces

Cache describes an entity of a cache.
Key descrbes a single key in the Linked List.
LinkedList describes a linked list object.
Node describes a single node in the Linked List.

# Type aliases

Error provides constant error strings to the driver functions.