diff --git a/Wox.Infrastructure/Alphabet.cs b/Wox.Infrastructure/Alphabet.cs index 839fea9a6..f47dcb5c6 100644 --- a/Wox.Infrastructure/Alphabet.cs +++ b/Wox.Infrastructure/Alphabet.cs @@ -33,7 +33,7 @@ public void Initialize() config.Add("pollingInterval", "00:05:00"); config.Add("physicalMemoryLimitPercentage", "1"); config.Add("cacheMemoryLimitMegabytes", "30"); - _cache = new MemoryCache("StringMatcherCache", config); + _cache = new MemoryCache("AlphabetCache", config); _settings = Settings.Instance; InitializePinyinHelpers();