Implementing WCM caching using Basic Cache

Basic cache is similar to pre-rendering. The difference is, pre-rendering will cache the site as a whole and basic cache will cache the page when it is first rendered. The subsequent access to the page will be served from the cache until the content expires from the cache. This can be implemented for static content which does not require real-time access. This can be implemented if all the contents are static. Following properties needs to be modified for implementing basic cache

\wps\wcm\shared\app\config\wcmservices\WCMConfigService.properties

connect.businesslogic.defaultcache = true

connect.moduleconfig.ajpe.contentcache.defaultcontentcache = N.A. 

No comments:

Post a Comment