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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user