.. index:: pair: namespace; rgpot::cache .. _doxid-namespacergpot_1_1cache: namespace rgpot::cache ====================== .. toctree:: :hidden: class_rgpot_cache_KeyHash.rst class_rgpot_cache_PotentialCache.rst Overview ~~~~~~~~ Implementation of the RocksDB-based potential cache. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block namespace cache { // classes class :ref:`KeyHash`; class :ref:`PotentialCache`; } // namespace cache .. _details-namespacergpot_1_1cache: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Implementation of the RocksDB-based potential cache. Header file for the :ref:`PotentialCache ` class. This file implements the methods for the :ref:`PotentialCache ` class, handling the low-level interactions with the RocksDB library for persistent storage of potential evaluations. This file defines the caching mechanism for the rgpot library, utilizing RocksDB to store and retrieve potential energy and force calculations.