How to make a copy of the current project and use cache instead of KVM

Not applicable

How to make a copy of the current project and use cache instead of KVM.we have one project which needs to migrate in cache instead of kvm

0 3 107
3 REPLIES 3

sidd-harth
Participant V

Hi @krishnendu sen , you can download a proxy & import it again with the help of below docs,

https://docs.apigee.com/api-platform/fundamentals/download-api-proxies

https://apidocs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/apis-0

Alternatively in the same proxy, you use multiple revisions(Save as a New Revision) to try different policies, logics.

Hi @Siddharth Barahalikar thanks for your reply. My requirement is that we have a project which contained some cache policy which we have to remove and need to use kvm policy instead.
we have to create kvm with similar name and need t replace each cache in resource with kvm.
please help..

Why do you want to remove Caching policy & use KVM? What is the usecase here?

Caching Policy & KVMs are used for two different purposes.

We can help better if we understand your usecase.

--edit--

For simply modying the proxy logic, use Revisions. Save the Proxy as a New Revision and then you can remove cache policy & replace them with KVM.