문제

we are working on a website with three tier architecture. And the content store is a File System which contains the static content like images and all. We have two types of pages which contain static content and dynamic content but on the whole the page rendering is dynamic. The question is what will be the affect of accessing the File System from the presentation layer or the business layer on the caching mechanisms if we use Data Caching or Fragment Caching or both.

도움이 되었습니까?

해결책

Static content such as images, css or javascript will be served up from the filesystem. Data Caching and Fragment Caching will only affect the produced markup.

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