pastas.decorators.temporarily_enable_cache ========================================== .. py:function:: pastas.decorators.temporarily_enable_cache() Context manager to temporarily enable caching. .. rubric:: Examples >>> with ps.temporarily_enable_cache(): ... # Caching is enabled within this block ... ml.simulate() .. !! processed by numpydoc !!