# Functions
Instantiate new empty AsyncMap of given types.
Instantiate new AsyncMap based on standard map.
NewLruCache returns an initialized LRU cache of given capacity.
No description provided by the author
PutContext tries to put item onto the queue.
# Variables
No description provided by the author
No description provided by the author
# Structs
Analog of standard map but safe to use among many goroutines.
Least Recently Used cache implementation of Cache interface.
Simple buffer-based, fixed size FIFO queue.