class Ollama::Documents::MemoryCache

def key?(key)

def key?(key)
  @data.key?(pre(key))
end