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