public class CacheResource extends ConfigResource
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<CacheResource>> |
CACHE_KIND |
CONFIG_KIND
Constructor and Description |
---|
CacheResource(String pluginName,
String cacheName,
com.google.common.cache.Cache<?,?> cache) |
CacheResource(String pluginName,
String cacheName,
com.google.inject.Provider<com.google.common.cache.Cache<?,?>> cacheProvider) |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<CacheResource>> CACHE_KIND