Caching for PyTerrier ===================================== `pyterrier-caching `__ provides several PyTerrier components for caching intermediate results. You can install ``pyterrier-caching`` with pip: .. code-block:: console :caption: Install ``pyterrier-caching`` $ pip install pyterrier-caching The right component (:class:`~pyterrier_caching.ScorerCache`, :class:`~pyterrier_caching.IndexerCache`, or :class:`~pyterrier_caching.RetrieverCache`) will depend on your use case. More information can be found in the subsequent pages: .. toctree:: :maxdepth: 1 scorer-cache indexer-cache retriever-cache extras