문제

I'm an ASP.NET developer trying to learn a little bit more about how caching is done on open-source stacks. I was wondering if it's possible to do donut caching on Varnish like how you can with ASP.NET MVC.

I realize that Varnish is a distributed caching system whereas the ASP.NET MVC example is local caching, but is it possible to implement that type of behavior in Varnish?

도움이 되었습니까?

해결책

I'm not familiar with the term "donut caching", but from the description on that page, it sounds similar to Edge Side Includes:

http://www.varnish-cache.org/trac/wiki/ESIfeatures

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top