:mod:`langchain_community.cache`.CassandraSemanticCache ============================================================== .. currentmodule:: langchain_community.cache .. autoclass:: CassandraSemanticCache .. rubric:: Methods .. autosummary:: ~CassandraSemanticCache.__init__ ~CassandraSemanticCache.clear ~CassandraSemanticCache.delete_by_document_id ~CassandraSemanticCache.lookup ~CassandraSemanticCache.lookup_with_id ~CassandraSemanticCache.lookup_with_id_through_llm ~CassandraSemanticCache.update .. automethod:: CassandraSemanticCache.__init__ .. automethod:: CassandraSemanticCache.clear .. automethod:: CassandraSemanticCache.delete_by_document_id .. automethod:: CassandraSemanticCache.lookup .. automethod:: CassandraSemanticCache.lookup_with_id .. automethod:: CassandraSemanticCache.lookup_with_id_through_llm .. automethod:: CassandraSemanticCache.update .. example_links:: CassandraSemanticCache