isValid method

  1. @override
bool isValid()
override

If true cached entity is valid.

Implementation

@override
bool isValid() {
  return _validation.isValid(_wasBorn, _ttl);
}