]> git.lizzy.rs Git - go-fscache.git/blob - fscache.go
Document the directory name behaviour on Windows
[go-fscache.git] / fscache.go
1 // Cache that uses the filesystem for indexing keys.
2 //
3 // Prefer running on case-sensitive filesystems; running on a
4 // case-insensitive one has the side-effect that keys are also
5 // case-insensitive.
6 package fscache