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

def exists?(key)

General
def exists?(key)
  !@map[key].nil?
end