export type WrapBooleanCache<Cached extends boolean> = If<Cached, 'cached', CacheType>;
No summary provided.