In REST we can cache responses by URL, but in JSON-RPC all data a passed in body, so how can we cache responses in JSON-RPC? Is it possible to cache responses on client?
            Asked
            
        
        
            Active
            
        
            Viewed 917 times
        
    1 Answers
0
            
            
        If you are using the JSON-RPC from a browser then you can make a cache with local storage and it will better because actually cashing is always sophisticated thing.
 
    
    
        Sergey Ponomarev
        
- 2,947
- 1
- 33
- 43
 
    