1
Answer

remove double database calls from different controller

Photo of faraz

faraz

5y
515
1
now my code calling same storeprocedure twice with same credentials nothing different in both calls 
i wanna cache data from first database call and then get data from cache when second controller call again it get from cache not from directly database...

Answers (1)