Serialize CachedProjectConfig
This commit is the final piece of a series that allows us to serialize CachedProjectConfig. After this commit, we can make ProjectCache a serialized cache, which speeds up cold-starts. Entities are moved to com.gerrit.entities where needed. Change-Id: I501e68ae44d4bdfe0ecc6d000c4eb5644d0bec4c
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
package com.google.gerrit.pgm.init;
|
||||
|
||||
import static com.google.gerrit.common.data.LabelFunction.MAX_WITH_BLOCK;
|
||||
import static com.google.gerrit.entities.LabelFunction.MAX_WITH_BLOCK;
|
||||
|
||||
import com.google.gerrit.pgm.init.api.AllProjectsConfig;
|
||||
import com.google.gerrit.pgm.init.api.ConsoleUI;
|
||||
|
||||
Reference in New Issue
Block a user