This commit is contained in:
LynJet
2022-08-01 13:25:20 +02:00
parent 2633845fcc
commit 12bacea6df
23 changed files with 25 additions and 274 deletions

View File

@@ -56,19 +56,6 @@ namespace ChatController.Core
return _Instance ?? (_Instance = new OwnChatCache());
}
public void ClearAll()
{
ClearImageSources();
}
public void ClearImageSources()
{
lock(_Lock)
{
_ImageSourceCache.Clear();
}
}
public ImageSource GetImageSourceFromCache(string key, string name, CacheCategory cacheCategory)
{
lock(_Lock)