Some filesystems (like fsx) can be configured to not store last access date of files, which makes it hard to clean up the cache folder based on last usage of the contained datasets. As a workaround we might want to extend audb.load() to store/update a file every time a folder in the cache is accessed.
Some filesystems (like fsx) can be configured to not store last access date of files, which makes it hard to clean up the cache folder based on last usage of the contained datasets. As a workaround we might want to extend
audb.load()to store/update a file every time a folder in the cache is accessed.