Hello,
I am sajay and working as a php developer. I have a shopping cart product listing module which receive the product lists and categories from a remote server. Everything is going well except the RPC data caching. The client wants to cache the data coming from the RPC server on his server. Currently we have implemented the Smarty template caching mechanism for the same. But client point out that he wants to cache the data itself. Here is a two line comment from my client.
"server responses should be cached aka RPC cache. Smarty caches only templates, not content."
Do anyone there to help me.
I am sajay and working as a php developer. I have a shopping cart product listing module which receive the product lists and categories from a remote server. Everything is going well except the RPC data caching. The client wants to cache the data coming from the RPC server on his server. Currently we have implemented the Smarty template caching mechanism for the same. But client point out that he wants to cache the data itself. Here is a two line comment from my client.
"server responses should be cached aka RPC cache. Smarty caches only templates, not content."
Do anyone there to help me.
Comment