public bool HasFlag(Enum value, Enum otherFlags) { return(_cache.HasFlag(ToInt(value), ToInt(otherFlags))); }