The include cache manager is a component that can manage included content.
It can eiter load them in parallel or pre-emptive and cache the content
for a given period of time.
author: Carsten Ziegeler version: CVS $Id: IncludeCacheManager.java 433543 2006-08-22 06:22:54Z crossley $ since: 2.1
Create a session for this request.
This should be invoked first and only one per request. It is required
to terminate the session with
IncludeCacheManager.terminateSession(IncludeCacheManagerSession) Parameters: pars - The configuration CacheManagerSession The session that should be used with all other commands.
Stream the content of the absolute URI.
Depending on the configuration and state of the cache, the
content is either taken from the cache, fetched etc.
Parameters: uri - The absolute URI returned by IncludeCacheManager.load(String,IncludeCacheManagerSession) Parameters: session - The current session Parameters: handler - The receiver of the SAX events throws: IOException - throws: SourceException - throws: SAXException -