sbt/util-cache
Eugene Yokota f48848e5d4 Adds overrides for File-based caching
sbt/util#45 implemented caching using sjson-new. Now many of the functions take `CacheStore` that abstracts the caching ability.

sbt/sbt#3109 demonstrates that setting up CacheStore requires boilerplate involving concepts introduced in sbt 1.

This change adds back overrides using File by making assumption that majority of the time we would want standard JSON converter.
2017-04-17 10:24:54 -04:00
..
src Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
NOTICE Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00