logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

expireGititCache - requests cache expiration for gitit pages

Author

GiovanniMascellani <gio@debian.org>
           Wrote this manpage for the Debian system.

Description

expireGititCache requests to a gitit-powered wiki to expire the cache for specified pages. For example,
       is gititUrl is set to "http://localhost:5001" and page1 is "Main page.page", then expireGititCache
       execute a POST request to the URL "http://localhost:5001/_expire/Front page".

Name

       expireGititCache - requests cache expiration for gitit pages

Returns

expireGititCache's return status is:

       •   0 if the pages' caches were successfully expired or if pages weren't cached in the first place);

       •   1 if fewer than two arguments were supplied;

       •   3 if the wiki engine responded with something different from 200 OK to the request;

       •   5 if gititUrl could not be parsed.

Synopsis

expireGititCachegititUrlpage1 [page2...]

See Also