bartavelle / filecache

A Linux-only cache system associating values to files. The values are automatically discarded when the files are modified.
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Watching directories does not seem to work #12

Open edsko opened 1 month ago

edsko commented 1 month ago

I'm using a file cache to cache various kinds of results; I tried using it also to cache the results of listDirectory, but it seems that this does not work; I don't get any modifications when I add, remove or rename files in that directory. I suspect this is relatively easy to fix, and I might have time to submit a PR myself, but won't be happening today, so just opening the issue for now. I'll post here if I do start work on the PR, just to avoid any potential double work.

bartavelle commented 1 month ago

Thank you for the feedback. I haven't really worked on that package for a while, but might have some time for it, if you don't, during the next month.