Supplier<Path>
public final class CachePath extends Object implements Supplier<Path>
CachePath(Path base, String semver, String hash, Path tail)
CachePath(Path base, String semver, Supplier<String> hash, Path tail)
Path
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CachePath(Path base, String semver, String hash, Path tail)
base
semver
hash
tail
public CachePath(Path base, String semver, Supplier<String> hash, Path tail)
public Path get()
get