Authored by hugufei

缓存改为ehCache

... ... @@ -19,7 +19,7 @@ import com.yoho.search.exception.CacheException;
@Service
public class CacheService {
@Resource(name = "")
@Resource(name = "ehCache")
//@Resource(name = "redisCache")
public CacheInterface cacheInterface;
... ...