Hi Expert,
I have a one procedure for which i want to implement caching so that i can get the result from the cache instead of calling the procedure again.
But I'm not aware how to work with caching with stored procedure.
Can someone share steps required and a sample code.