StaticinitializeInitializes the CacheService singleton with HttpClient This is called automatically by MaximoClient during construction
The HttpClient instance to use for API requests
StaticrefreshRefreshes the specified cache or all caches if no name is provided
The name of the cache to refresh. If omitted or empty, all caches will be refreshed.
StaticrefreshRefreshes the MaxConditionCache specifically
Singleton service for Maximo cache management operations Implements endpoints from the Caching section of Maximo REST API
Usage: const client = new MaximoClient(config); await client.authenticate();
await CacheService.refreshCache('MAXPROP'); await CacheService.refreshMaxConditionCache();