caching of directory contents #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cache up to ~5(?) directories add a watcher for each of them, and then query the cache first instead of the real filesystem. In case one of the cached directories changes, disconnect the watcher and remove it from the cache.