Whether this cache entry has exceeded its cacheTime lifetime and should be evicted.
bool get isExpired => DateTime.now().difference(updatedAt) > cacheTime;