Home


6.2 Edge Side Include (ESI) caching

Edge Side Include (ESI) is a simple markup language used to define Web page components for dynamic assembly and delivery of Web applications at the edge of the Internet.

For details of how to configure ESI caching, refer to the "Configuring Edge Side Include caching" section in the WebSphere Application Server Information Center.

The ESI processor's cache can be monitored through the cache monitor application. In order for the ESI processor's cache to be visible in the cache monitor, the DynaCacheEsi application esiInvalidationMonitor property must be set to true in the plugin-cfg.xml file, as shown in Example | -16.

Example 6-16 Monitoring Edge Side Include caches

<?xml version-"1.0"?>
<Config>
<Property Name="esiEnable" Value="true"/>
<Property Name="esiMaxCacheSize" Value="1024"/>
<Property Name="esiInvalidationMonitor" Value="true"/>

+

Search Tips   |   Advanced Search