Checks if the cache entry is expired
now
Return true if expired, false if not
bool isExpired([DateTime? now]) { return info.isExpired(now); }