mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 10:14:46 +02:00
For the details about this PR, please see the blog post https://eed3si9n.com/sbt-remote-cache/. * Add cache basics * Refactor Attributed to use StringAttributeMap, which is Map[StringAttributeKey, String] * Implement disk cache * Rename Package to Pkg * Virtualize packageBin * Use HashedVirtualFileRef for packageBin * Virtualize compile task