/// <summary> /// Gets the string_id associated with the specified value from the string_id cache. /// </summary> /// <param name="value">The value to search for.</param> /// <returns></returns> public StringId GetStringId(string value) => StringIdCache.GetStringId(value);
/// <summary> /// Gets the string_id associated with the specified value from the string_id cache. /// </summary> /// <param name="value">The value to search for.</param> /// <returns></returns> public override StringId GetStringId(string value) => StringIdCache.GetStringId(value);