biolearn.cache: Cache#

This module provides implementations for caching that can be provided to the data library

Classes:

NoCache()

A cache implementation that does nothing.

LocalFolderCache(path, max_size_gb)

A cache that stores data as serialized objects in a local directory.