IAsyncCache
Namespace: JoaLauncher.Api
An ICache can be used to cache information.
public interface IAsyncCache
Methods
Task UpdateIndexesAsync()
Is getting called at the start of the application and after that periodically How often this method gets called can be adjusted by the user in the settings The user can also manually call this method via a global search result
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |