May 2018
Intermediate to advanced
334 pages
7h 25m
English
CacheCow comes into the picture when you want to implement HTTP caching on both the client and server. This is a lightweight library and ASP.NET web API support is currently available. CacheCow is open source and comes with an MIT license that is available on GitHub (https://github.com/aliostad/CacheCow).
To get started with CacheCow, you need to get ready for both the server and client by taking the following steps:
Create a cache store. ...