4.0.0 • Published 11 months ago

nocache v4.0.0

Weekly downloads
1,187,418
License
MIT
Repository
github
Last release
11 months ago

Middleware to turn off caching

This Express middleware sets some HTTP response headers to try to disable client-side caching.

To use it:

const nocache = require("nocache");

// ...

app.use(nocache());

This sets three headers, disabling a lot of browser caching:

  • Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate
  • Expires: 0
  • Surrogate-Control: no-store

You may wish to do this if you want to ensure that users have up-to-date resources, or if you want to clear out an old version for some reason.

easy-select-rnmoonpay-apirectified-iocac-api-framework@arcblock/devconvendor-enquiry-apifcenail-serverairscanairscan-examplereact-native-esc-pos-sahaabclippd-ingestion@borisovart/atol-kkt-module@bitexchange-ltd/bitexchange-server-7.5.0-beta.3deneme323112@ntt_app/react-native-custom-notificationreact-native-custom-text-hwjamesreact-native-covid-sdkworks-api-reportreact-native-printer-brothersreact-native-shekhar-bridge-testwilscanner@oiti/documentoscopy-react-nativequoc-testreact-native-slider-kf@infinitebrahmanuniverse/nolb-nocluminos-ui-core@everything-registry/sub-chunk-2297jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgreact-native-jawwy_sample@enkeledi/react-native-week-month-date-picker@exodus/cli-server-apifluent.adflow.reactnativesdkfluent.adflow.reactnativesdk-alpha@baloochat/react-native-svg-urifcenail@bckbn/connectionfmsl@bitexchange-ltd/bitxchange-server@bitexchange-ltd/lamassu-server-betasuzu@ali5049/react-native-buttonssmart_one_connecteze-ezapiez-ezapithe-backendthe-backend-core@damruravihara/react-native-testing-package@damian.lnc/core@deeptrace/appifyhasura-backend-plusui5-fiori-sandboxhops-express@adembacaj/react-native-google-pay@affinidi/affinidi-auth-sdk-kernel@affinidi/affinity-common-backend@abtnode/auth-service@abtnode/blocklet-servicesfawaterak-online-paymentfawatrak-online-payment@assystant/firebasefiori-toolsfindslator-backendfelid-helmetfgo-express@aysea/react-native-ui-library@azalpacir/react-native-dhp-printer@axway/api-builder-admin-api@axway/api-builder-runtimevision-camera-plugin-face-detectorvision-camera-plugin-scan-facesvision-camera-base64-resizedverifier-common@doc2/clihelmet-plus-plustwitchgatetwilio-runhmpo-apphmpo-app-chris-test@creatio-tech/graphql-coregriffin-ui-librarytrans_cyjtest-library-123genz-native-elementstest-haptik-lib@amirdiafi/react-native-ios-hapticsexpress-sapui5express-sapui5-authgigantes-viewertest-zeo-collecttest-npm-jjmessigaurav-react-native-loopfund-rn-cli-server-apigamification-integration-newframework_test_library_sixdeeframework_test_library_sixdee_new
4.0.0

11 months ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.0

5 years ago

2.0.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.4.0

8 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago