Advanced Features > Using DHTML-Based JSF Components to Build Web Applications > The JViews Framework Faces Component Set > Server-Side Caching

When the view is tiled, a server-side caching mechanism for tiles of static layers can be installed by using the tileManager property. No server-side caching mechanism is installed by default.

<jvf:view tileManager="#{frameworkBean.tileManager}" [...] />

Code Sample 6.17 Server-Side Caching of Tiles

See The Tile Manager for more information.