Expand description
Cache freshness checking.
Compares the modification time of the save file against the cache file to determine if the cache is still valid.
Functionsยง
- is_
cache_ fresh - Check if the cache file is fresh relative to the save file.
- load_
or_ rebuild - Load a model from cache if fresh, otherwise parse the save file.