adrio_cache
adrio.adrio.adrio_cache(cls)
ADRIO class decorator to add result-caching behavior.
Examples
@adrio_cache
class Population(_FetchACS5[np.int64]):
# Now this ADRIO will cache its results.
# ...
ADRIO class decorator to add result-caching behavior.