Performance is a primary concern in the design of Lynicon. As part of this, Lynicon approaches caching in an original way. The recommended caching setup for Lynicon in most scenarios is to use the SummaryCache on all content items. Lynicon allows definition of summary versions of all content so that this works effectively. If you set up summaries on all your content types so that they contain just the properties needed outside the display of the page itself, it is possible even with say 10000 content items to have a cache of the summaries of all the content in the system of only 50MB.
Lynicon does however provide other caching scenarios. For small numbers of content items it may well make sense to simply cache all the content data. Also some utilities are provided to work with the MVC Output Cache system.
Add Comment