sbt/util-cache/src
Eugene Yokota 6a7b56a645 Default to cached task
This flips the default `:=` operation to the cached task.
To opt out of the cache, use `Def.uncached(...)` or
mark the key with `@cacheLevel(include = Array.empty)`
2025-06-21 08:54:51 +09:00
..
main Default to cached task 2025-06-21 08:54:51 +09:00
test/scala Add test for cache hits 2025-05-02 03:23:29 -04:00