我在配置响应缓存时遇到问题。
我已使用以下链接 https://docs.wso2.com/display/AM200/Configuring+Caching 在我的本地系统配置了响应缓存。但是当我从其他客户端发出API请求时,它仍然向后端服务器(旧版应用程序)发送请求。 我正在使用WSO2 API Manager 2.x
由于 Raju K
答案 0 :(得分:0)
它应该工作。确保您在发布商用户界面中为该特定API启用了Response Caching
。要确认它已正确完成,请查看repository/deployment/server/synapse-configs/default/api/
中的API突触文件。它应该有这样的缓存中介。
<cache scope="per-host"
collector="false"
hashGenerator="org.wso2.caching.digest.REQUESTHASHGenerator"
timeout="300">
<implementation type="memory" maxSize="500"/>
</cache>
答案 1 :(得分:0)
我更改了api_home \ repository \ resources \ api_templates \ velocity_template.xml中的代码
现在它工作正常。