scistag.common.cacheΒΆ
Implements the Cache class which allows easy caching data on disk
and in memory to minimize repetitive downloads and re-computations.
Classes
The Cache class shall help caching computation results, downloaded data but also objects with large wind-up time (such as neural networks) between execution sessions. |