Are there any good examples showing how to integrate client-side caching? I'm talking about creating ETags using "If-None-Match" headers, etc.
On the WebAPI side there is CacheCow, is there something similar for ServiceStack?
Currently, client-side caching support has been improved from version 4.0.5 with the introduction of CacheResponseAttribute and CachedServiceClient
CacheResponseAttribute
CachedServiceClient
More details can be found here in the documents https://github.com/ServiceStack/ServiceStack/wiki/CacheResponse-Attribute https://github.com/ServiceStack/ServiceStack/wiki/Cache-Aware-Clients