.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user