Type alias CacheStatus

CacheStatus: "uninitialised" | "initialised"

The cache status, represented by a value from the following list:
- 'uninitialised': Previously stored caching tasks are unavailable.
- 'initialised': Previously stored caching tasks are now available.

Generated using TypeDoc