# Functions
Adapter creates an adapter for cache.DB.
IsNoKeyError returns true if the key reprsents ErrNoSuchKey.
# Variables
ErrDupKey raises when try inserting duplicated key.
# Interfaces
IDGenerator is able to generate an unique ID for each cache item.
Store is a storage backend interface which provides some methods to interacts with the item.