Remove usages of die() from the API cache
Review Request #7298 — Created May 13, 2015 and submitted — Latest diff uploaded
All usages of
die
in the HTTP cache for the API have now been
replaced to raise a new exception,CacheError
, instead.The
--cache-location
flag is now accepted byclearcache
and the
--disable-cache
flag (which was added by mistake) was removed.
Ran unit tests.