Whether the entry has exceeded its cacheTime TTL relative to DateTime.now().
DateTime.now()
bool get isExpired => DateTime.now().difference(updatedAt) > cacheTime;