Storing Result in Cache
Hi,
If we are doing some search using PCM_OP_SEARCH Opcode and we get some result can we store the result in some cache memory ? so that later on if we want to re-use the same result then instead of again doing PCM_OP_SEARCH ,we can directly get result from cache memory which would be more faster and efficient ?