Add local beatmap lookup cache

This commit is contained in:
Dean Herbert
2020-05-02 14:35:12 +09:00
parent 42ce325c1f
commit deb87517d0
4 changed files with 183 additions and 68 deletions

View File

@ -245,7 +245,7 @@ namespace osu.Game.Database
/// </summary>
protected abstract string[] HashableFileTypes { get; }
protected static void LogForModel(TModel model, string message, Exception e = null)
internal static void LogForModel(TModel model, string message, Exception e = null)
{
string prefix = $"[{(model?.Hash ?? "?????").Substring(0, 5)}]";