Return an observable snapshot of the lifecycle-statistics cache for the given corpus size. Never triggers a rebuild and never blocks.
The function distinguishes the three states a cache entry can be in:
WARM
getCachedLifecycleStatistics
STALE
getLifecycleStatistics
COLD
Sample size to inspect (default: CORPUS_SIZE)
Cache status snapshot
No network calls; safe to use inside health endpoints and tight request budgets.
0.9.0
Return an observable snapshot of the lifecycle-statistics cache for the given corpus size. Never triggers a rebuild and never blocks.
The function distinguishes the three states a cache entry can be in:
WARM— entry exists and is unexpired (getCachedLifecycleStatisticswould return the model)STALE— entry exists but its TTL has elapsed; the next request that callsgetLifecycleStatisticswill trigger a rebuildCOLD— no entry has ever been produced for this corpus size