logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

hare-cache - inspect and manage the build cache

Description

harecache provides tools to manage the build cache. If no options are supplied, the path and disk usage
       of the cache are printed.

Environment

       The following environment variables affect harecache's execution:

       HARECACHE   The  path  to  the  build  cache.  Defaults  to  $XDG_CACHE_HOME/hare,  or  ~/.cache/hare  if
                   $XDG_CACHE_HOME isn't set.

Name

       hare-cache - inspect and manage the build cache

Options

-h
           Print the help text.

       -c
           Clear the cache.

See Also

hare-build(1), hare-run(1), hare-test(1)

                                                   2025-03-09                                      HARE-CACHE(1)

Synopsis

harecache [-hc]

See Also