LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • MCP Adapters
    Standard Tests
    Text Splitters
    • Overview
    • Agents
    • Callbacks
    • Chains
    • Chat models
    • Embeddings
    • Evaluation
    • Globals
    • Hub
    • Memory
    • Output parsers
    • Retrievers
    • Runnables
    • LangSmith
    • Storage
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    MCP Adapters
    Standard Tests
    Text Splitters
    OverviewAgentsCallbacksChainsChat modelsEmbeddingsEvaluationGlobalsHubMemoryOutput parsersRetrieversRunnablesLangSmithStorage
    Language
    Theme
    Pythonlangchain-classiccacheDEPRECATED_LOOKUP
    Attributeā—Since v1.0

    DEPRECATED_LOOKUP

    Copy
    DEPRECATED_LOOKUP = {'FullLLMCache': 'langchain_community.cache', 'SQLAlchemyCache': 'langchain_community.cache', 'SQLiteCache': 'langchain_community.cache', 'UpstashRedisCache': 'langchain_community.cache'
    View source on GitHub
    ,
    'RedisCache'
    :
    'langchain_community.cache'
    ,
    'RedisSemanticCache'
    :
    'langchain_community.cache'
    ,
    'GPTCache'
    :
    'langchain_community.cache'
    ,
    'MomentoCache'
    :
    'langchain_community.cache'
    ,
    'InMemoryCache'
    :
    'langchain_community.cache'
    ,
    'CassandraCache'
    :
    'langchain_community.cache'
    ,
    'CassandraSemanticCache'
    :
    'langchain_community.cache'
    ,
    'FullMd5LLMCache'
    :
    'langchain_community.cache'
    ,
    'SQLAlchemyMd5Cache'
    :
    'langchain_community.cache'
    ,
    'AstraDBCache'
    :
    'langchain_community.cache'
    ,
    'AstraDBSemanticCache'
    :
    'langchain_community.cache'
    ,
    'AzureCosmosDBSemanticCache'
    :
    'langchain_community.cache'
    }