.. _cache: Cache ===== The module :mod:`openmmtools.cache` implements a shared LRU cache for OpenMM `Context `_ objects that tries to minimize the number of objects in memory at the same time. Cache objects ------------- .. currentmodule:: openmmtools.cache .. autosummary:: :nosignatures: :toctree: api/generated/ LRUCache ContextCache global_context_cache