salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
220 stars 34 forks source link

Client-side request caching interceptor #41

Open rmichela opened 6 years ago

rmichela commented 6 years ago

Levels of caching

The levels are for developer convince. On the wire, all cache control is handled at the response level.

Server side

On the wire

Cache control policy is communicated to clients using standard HTTP headers on a per-message basis.

Client Side