For example, in a ASP.NET page you would do something like
Cache.Add({...}) and access it via Cache[\"key\"]. In this context, Cache is th
Cache.Add({...})
Cache[\"key\"]
If you are referring to Output caching in ASP.NET Web API. Take a look at this project,
https://github.com/filipw/AspNetWebApi-OutputCache