# @emotion/cache ### createCache `createCache` allows for low level customization of how styles get inserted by emotion. It's intended to be used with the [``](https://emotion.sh/docs/cache-provider) component to override the default cache, which is created with sensible defaults for most applications. ```javascript import createCache from '@emotion/cache' export const myCache = createCache({ key: 'my-prefix-key', stylisPlugins: [ /* your plugins here */ ] }) ``` ### Primary use cases - Using emotion in embedded contexts such as an `