export type BooleanCache<T extends CacheType> = T extends 'cached' ? true : false;
No summary provided.