Tasks:
- show the location of cache directory
- clean the cache directory
potential interface:
# show general cache directory
cargo wop cache
cargo wop cache show
# show cache for source file
cargo wop cache show SOURCE.rs
# clean cache
cargo wop cache clean
# clean cache for file
cargo wop cache clean SOURCE.rs