public class FlushCache extends Object implements com.google.gerrit.extensions.restapi.RestModifyView<CacheResource,FlushCache.Input>
Modifier and Type | Class and Description |
---|---|
static class |
FlushCache.Input |
Modifier and Type | Field and Description |
---|---|
static String |
WEB_SESSIONS |
Constructor and Description |
---|
FlushCache(com.google.inject.Provider<CurrentUser> self) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.restapi.Response<String> |
apply(CacheResource rsrc,
FlushCache.Input input) |
public static final String WEB_SESSIONS
@Inject public FlushCache(com.google.inject.Provider<CurrentUser> self)
public com.google.gerrit.extensions.restapi.Response<String> apply(CacheResource rsrc, FlushCache.Input input) throws com.google.gerrit.extensions.restapi.AuthException
apply
in interface com.google.gerrit.extensions.restapi.RestModifyView<CacheResource,FlushCache.Input>
com.google.gerrit.extensions.restapi.AuthException