A specialized DataFetcher that prevents caching of HTTP requests.
This class extends the base DataFetcher and overrides the fetch method to add
no-cache headers and set the cache option to "no-cache". This ensures that
all requests made using this fetcher will not be cached.
We use this to make sure that admin users always see the latest data when
they are making changes to the system.
A specialized DataFetcher that prevents caching of HTTP requests.
This class extends the base DataFetcher and overrides the fetch method to add no-cache headers and set the cache option to "no-cache". This ensures that all requests made using this fetcher will not be cached.
We use this to make sure that admin users always see the latest data when they are making changes to the system.