# Functions
DefaultCache returns the default BlobInfoCache implementation appropriate for sys.
NewBoltDBCache returns a BlobInfoCache implementation which uses a BoltDB file at path.
NewMemoryCache returns a BlobInfoCache implementation which is in-memory only.
# Variables
NoCache implements BlobInfoCache by not recording any data.