class SplitIoClient::Cache::Stores::LocalhostSplitStore

def store_split(split)

def store_split(split)
  @config.logger.debug("storing feature flag (#{split[:name]})") if @config.debug_enabled
  @splits_repository.update([split], [], -1)
end