Indicates whether checksum is in the cache.
checksum
bool exists(String checksum) => FIFOCache.exists(checksum) || hashes.contains(checksum);