rename cache file

This commit is contained in:
bao-qian
2017-01-14 14:10:30 +00:00
parent 4c6c310e0a
commit 0a2592893d
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ namespace Wox.Infrastructure.Image
static ImageLoader()
{
Storage = new BinaryStorage<ConcurrentDictionary<string, int>> ("ImageCache");
Storage = new BinaryStorage<ConcurrentDictionary<string, int>> ("Image");
ImageCache.Usage = Storage.TryLoad(new ConcurrentDictionary<string, int>());
}