.. index:: pair: class; EE::System::RegExCache .. _doxid-class_e_e_1_1_system_1_1_reg_ex_cache: class EE::System::RegExCache ============================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class RegExCache { public: // construction :target:`~RegExCache`(); // methods bool :target:`isEnabled`() const; void :target:`setEnabled`(bool enabled); void :target:`insert`(std::string_view, :ref:`Uint32` options, void* cache); void* :target:`find`(const std::string_view&, :ref:`Uint32` options); void :target:`clear`(); };