# Functions
GetDB - returns open BoltDB database with read/write permissions or goes down in flames if something bad happends.
NewBoltDBCache - returns new BoltCache instance.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BoltCache - container to implement Cache instance with BoltDB backend for storage.
Cache used for storing serialized data in memory.
Fixed size LRU cache for storing any data type.