|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CachingSourceValidityStrategy | |
| org.apache.cocoon.components.source.impl | |
| Uses of CachingSourceValidityStrategy in org.apache.cocoon.components.source.impl |
| Classes in org.apache.cocoon.components.source.impl that implement CachingSourceValidityStrategy | |
class |
ExpiresCachingSourceValidityStrategy
We need to store both the cache expiration and the original source validity the former is to determine whether to recheck the latter (see checkValidity) |
| Fields in org.apache.cocoon.components.source.impl declared as CachingSourceValidityStrategy | |
protected CachingSourceValidityStrategy |
CachingSourceFactory.validityStrategy
Validity strategy implementation |
| Methods in org.apache.cocoon.components.source.impl with parameters of type CachingSourceValidityStrategy | |
void |
CachingSourceFactory.setValidityStrategy(CachingSourceValidityStrategy validityStrategy)
Mandatory dependency on an implementation of CachingSourceValidityStrategy. |
void |
CachingSource.setValidityStrategy(CachingSourceValidityStrategy s)
|
| Constructors in org.apache.cocoon.components.source.impl with parameters of type CachingSourceValidityStrategy | |
TraversableCachingSource(CachingSourceFactory factory,
String protocol,
String uri,
String sourceUri,
TraversableSource source,
int expires,
String cacheName,
boolean async,
CachingSourceValidityStrategy validityStrategy,
boolean fail)
|
|
CachingSource(String protocol,
String uri,
String sourceUri,
Source source,
int expires,
String cacheName,
boolean async,
CachingSourceValidityStrategy validityStrategy,
boolean fail)
Construct a new object. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||