countNonExpiredKeys property

int countNonExpiredKeys

Get non-expired keys. Note that this call has costs.

Implementation

int get countNonExpiredKeys {
  return _count(_handle, _bool2Int(true));
}