public class ConflictsCacheImpl extends Object implements ConflictsCache
Constructor and Description |
---|
ConflictsCacheImpl(com.google.common.cache.Cache<ConflictKey,Boolean> conflictsCache) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIfPresent(ConflictKey key) |
static com.google.inject.Module |
module() |
void |
put(ConflictKey key,
Boolean value) |
public static final String NAME
@Inject public ConflictsCacheImpl(com.google.common.cache.Cache<ConflictKey,Boolean> conflictsCache)
public static com.google.inject.Module module()
public void put(ConflictKey key, Boolean value)
put
in interface ConflictsCache
public Boolean getIfPresent(ConflictKey key)
getIfPresent
in interface ConflictsCache