about summary refs log tree commit homepage
path: root/test/test_mcache.rb
DateCommit message (Collapse)
2022-01-24player: expire sox metadata cache on file st_ctime changes
We still need the TTL to deal with fuse.sshfs and maybe other weird FSes which don't return the st_ctime properly.
2020-02-03doc: update copyrights for 2020
Using the 'update-copyright' script from gnulib[1]: git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright [1] https://git.savannah.gnu.org/git/gnulib.git
2016-12-26introduce mcache class for caching audio metadata
We often waste cycles rerunning commands we don't need to run frequently. Introduce a short term cache for these.