| Recommend this page to a friend! | 
| All requests  | 
> | What is the best PHP cache api respon... | > | Request new recommendation | > | > | 
 by nourmajed - 5 years ago (2020-03-10)
+2  | I need a class to cache a REST API response and use it dynamically through Web pages.  | 
+1  | 
 I think you can use any general data caching class. Try this one that has been updated recently and seems to works in most current PHP versions being used.  | 
1. 
 by Yandrey Arias - 5 years ago (2020-03-19) Reply
I need do api rest for my web site
2. 
 by Manuel Lemos - 5 years ago (2020-03-19) in reply to comment 1 by Yandrey Arias Reply
Just get the response of such API into a string and pass that string to the cache class.
| Recommend package | |
| 
 |