pysiglib.clear_cache

pysiglib.clear_cache#

Added in version v1.0.0.

clear_cache(use_disk=False)[source]#

Clears the cache generated by pysiglib.prepare_log_sig.

Parameters:

use_disk (bool) – If False, will clear the cache from memory only. If True, will also clear the cache directory. See additionally the documentation for pysiglib.set_cache_dir.


Citation#

If you found this library useful in your research, please consider citing the paper:

@article{shmelev2025pysiglib,
  title={pySigLib-Fast Signature-Based Computations on CPU and GPU},
  author={Shmelev, Daniil and Salvi, Cristopher},
  journal={arXiv preprint arXiv:2509.10613},
  year={2025}
}