BooleanCache

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

No summary provided.