class SplitIoClient::Cache::Adapters::MemoryAdapters::MapAdapter

def set_string(key, str)

def set_string(key, str)
  @map[key] = str
end