ref method

void ref()

Implementation

void ref() {
  _refCount++;
  if (_refCount == 1) {
    _cache.hold(this);
  }
}