Package com.google.gerrit.server.rules
Class RulesCache.RulesCacheModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- com.google.gerrit.extensions.config.FactoryModule
-
- com.google.gerrit.server.cache.CacheModule
-
- com.google.gerrit.server.rules.RulesCache.RulesCacheModule
-
- All Implemented Interfaces:
com.google.inject.Module
- Enclosing class:
- RulesCache
public static class RulesCache.RulesCacheModule extends CacheModule
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.jgit.lib.Config
config
-
Fields inherited from class com.google.gerrit.server.cache.CacheModule
MEMORY_MODULE, PERSISTENT_MODULE
-
-
Constructor Summary
Constructors Constructor Description RulesCacheModule(org.eclipse.jgit.lib.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
-
Methods inherited from class com.google.gerrit.server.cache.CacheModule
cache, cache, cache, persist, persist, persist, persist
-
Methods inherited from class com.google.gerrit.extensions.config.FactoryModule
factory
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-