Call this function to test that the cache file is usable. This function calls the function @xref{scriba_GetCacheFileName()} to calculate the cache file name.
If
int scriba_UseCacheFile(pSbProgram pProgram
){
The function returns zero or the error code. The function returns SCRIBA_ERROR_FAIL
in case the cache file is old, or not valid. Therefore returning a positive value
does not neccessarily mean a hard error.