mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:07:22 +01:00
calculate and display local cache size on cache changes, add clear cache button
This commit is contained in:
parent
cc0af38b31
commit
f8919abea8
7 changed files with 87 additions and 68 deletions
|
|
@ -51,7 +51,7 @@ namespace MareSynchronos
|
|||
|
||||
_apiController = new ApiController(_configuration);
|
||||
_ipcManager = new IpcManager(_pluginInterface);
|
||||
_fileCacheManager = new FileCacheManager(new FileCacheFactory(), _ipcManager, _configuration);
|
||||
_fileCacheManager = new FileCacheManager(_ipcManager, _configuration);
|
||||
_dalamudUtil = new DalamudUtil(_clientState, _objectTable);
|
||||
_characterCacheManager = new CharacterCacheManager(_clientState, framework, _objectTable, _apiController,
|
||||
_dalamudUtil, _ipcManager);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue