3cfe6d2cbb
refs https://github.com/TryGhost/Toolbox/issues/522 - API-level response caching allows to cache responses bypassing the "pipeline" processing - The main usecase for these caches is caching GET requests for expensive Content API requests - To enable response caching add a "cache" key with a cache instance as a value, for example for posts public cache configuration can look like: ``` module.exports = { docName: 'posts', browse: { cache: postsPublicService.api.cache, options: [ ... ``` |
||
---|---|---|
.. | ||
serializers | ||
util | ||
validators | ||
.eslintrc.js | ||
frame.test.js | ||
headers.test.js | ||
http.test.js | ||
pipeline.test.js |