docs(use-cache): add missing `switcher` code blocks and types in examples (#74083)
Hi Team.
This PR updates the use cache directive documentation with the following
changes:
- Added switcher code blocks for `next.config.ts` and `next.config.js`
examples.
- Updated missing `switcher` for `Bookings` component examples to
include switcher support.
- Added missing types for `ClientComponent` of tsx block.
Co-authored-by: JJ Kasper <jj@jjsweb.site>