191
195
# need to let sufficient time elapse before we may cache this entry
192
196
# again. If we didn't do this, then, for example, a very quick 1
193
197
# byte replacement in the file might go undetected.
205
## mutter('%r added to cache: now=%f, mtime=%d, ctime=%d',
206
## path, time.time(), file_fp[FP_MTIME_COLUMN],
202
210
self._cache[path] = (digest, file_fp)