hasData method

bool hasData()

CacheObject has Data

Implementation

bool hasData() {
  return _data.isNotEmpty;
}