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