magicDGS / jsr203-http

**Under development** HTTP/S FileSystem provider for Java NIO.2
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Cache hashCode and toString in HttpPath #18

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

Maybe cache this values in a volatile variable (after #15) might be important for some users (e.g., printing Path in logs or using them in a map).