| org.apache.cocoon.transformation.helpers.DefaultIncludeCacheManager
DefaultIncludeCacheManager | final public class DefaultIncludeCacheManager extends AbstractLogEnabled implements IncludeCacheManager,ThreadSafe,Serviceable,Disposable,Parameterizable,Component(Code) | | Default implementation of a
IncludeCacheManager .
This implementation requires a configuration, if preemptive
loading is used:
<parameter name="preemptive-loader-url" value="some url"/>
This is a url inside cocoon, that contains the preemptive loader
url; it must be specified absolute (with http://...)
If this loader cannot be started, only an error is logged into the
log, so actually cached content is never updated!
author: Carsten Ziegeler version: CVS $Id: DefaultIncludeCacheManager.java 433543 2006-08-22 06:22:54Z crossley $ since: 2.1 |
Inner Class :final static class PreemptiveBooter implements Runnable | |
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
parameterize | public void parameterize(Parameters parameters) throws ParameterException(Code) | | See Also: org.apache.avalon.framework.parameters.Parameterizable.parameterize(org.apache.avalon.framework.parameters.Parameters) |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|