218c6b69c288096630f5e17eec95689ea927b510

2e1cb2b849
switches from Ehcache to Guava
for providing caching in Gerrit and claims that one of the advantages of
using Guava is that it enables caches to be build at any time, rather
than only at server startup. Therefore, I guess it is OK to remove the
precondition check which prevents creation of caches once the server was
started.
This enables plugins to create own persistent caches when they are
installed.
Change-Id: I28b1a140c58f9967e6d1dacd61ddd021b48c8ad5
Description
RETIRED, Gerrit as used by OpenStack