Uses of Class
org.apache.cocoon.components.source.impl.CachingSource

Packages that use CachingSource
org.apache.cocoon.components.source.impl   
 

Uses of CachingSource in org.apache.cocoon.components.source.impl
 

Subclasses of CachingSource in org.apache.cocoon.components.source.impl
 class TraversableCachingSource
          Traversable version of CachingSource.
 

Methods in org.apache.cocoon.components.source.impl that return CachingSource
protected  CachingSource CachingSourceFactory.createCachingSource(String uri, String wrappedUri, Source wrappedSource, int expires, String cacheName, boolean fail)
          Actually creates a new CachingSource.
protected  CachingSource CachingSourceFactory.instantiateSource(String uri, String wrappedUri, Source wrappedSource, int expires, String cacheName, boolean fail)
           
 

Methods in org.apache.cocoon.components.source.impl with parameters of type CachingSource
 SourceValidity[] CachingSourceValidityStrategy.getCacheValidities(CachingSource cachingSource, Source source)
           
 SourceValidity[] ExpiresCachingSourceValidityStrategy.getCacheValidities(CachingSource cachingSource, Source source)
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.