optimize database calls related to search index (#2645)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace ErsatzTV.Core.Interfaces.Metadata;
|
||||
|
||||
public interface ILanguageCodeCache
|
||||
{
|
||||
IReadOnlyDictionary<string, string[]> CodeToGroupLookup { get; }
|
||||
|
||||
IReadOnlyList<string[]> AllGroups { get; }
|
||||
|
||||
Task Load(CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user