Skip to content

WARNING

You're looking at the old Rest Cache plugin documentation for Strapi v4. Documentation for Strapi v5 can be found here.

Debug mode

This plugins use debug module to log messages that can help during development. You can enable debug mode by setting the environment variable DEBUG=strapi:plugin-rest-cache before starting strapi.

eg. DEBUG=strapi:plugin-rest-cache yarn strapi develop

You can also enable debug mode by setting the config.strategy.debug configuration option to true.