export type ServerCacheStatus = 'filling' | 'filled' | 'bypass' | 'ready';
export type CacheIndicatorState = 'disabled' | ServerCacheStatus;
