---
title: "How can I skip caching with Apollo Server's Response Cache plugin?"
canonical: "https://support.apollographql.com/space/ETKB/670367769/How%20can%20I%20skip%20caching%20with%20Apollo%20Server's%20Response%20Cache%20plugin%3F"
format: markdown
---
To skip caching with our Response Cache Plugin, pass the `defaultOptions` object with the `fetchPolicy` value of `no-cache`. More info can be found [on our dev docs](https://www.apollographql.com/docs/react/api/core/ApolloClient/#example-defaultoptions-object). This package can also be explored further [on our GitHub repo](https://github.com/apollographql/apollo-server/tree/main/packages/plugin-response-cache).