# NOT RUN {
load_basic_example()
config <- make(my_plan, return_config = TRUE)
cache <- config$cache
long_hash(cache)
cache <- configure_cache(
cache = cache,
long_hash_algo = "murmur32",
overwrite_hash_algos = TRUE
)
long_hash(cache) # long hash algorithm. See ?default_long_hash_algorithm.
make(my_plan) # Changing the long hash puts targets out of date.
# }
Run the code above in your browser using DataLab