Move Ehcache bindings into their own component

This way we can chose to build at least part of the server without
Ehcache, now that we have abstracted away the cache binding with
the CachePool interface.

Change-Id: I0a629eba3b83c6438ee371ac04f44e2d13218b4d
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2012-01-19 12:55:20 -08:00
parent edcc56aad4
commit 9d21da77df
16 changed files with 412 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
package com.google.gerrit.sshd.commands;
import com.google.gerrit.server.cache.EhcachePoolImpl;
import com.google.gerrit.ehcache.EhcachePoolImpl;
import com.google.gerrit.sshd.BaseCommand;
import com.google.inject.Inject;