public interface CacheAwareAbsolutePortalURLBuilder<T>
By default, cacheable resources use the CacheAwareAbsolutePortalURLBuilder.CachePolicy.UNTIL_CHANGED
policy unless noted otherwise in the documentation.
The AbsolutePortalURLBuilder
framework
guarantees that the returned URLs will trigger a browser cache invalidation
when needed. This may be implemented by looking at the contents or metadata
of files in the server or using other similar techniques.
Modifier and Type | Interface and Description |
---|---|
static class |
CacheAwareAbsolutePortalURLBuilder.CachePolicy |
Modifier and Type | Method and Description |
---|---|
T |
cache(CacheAwareAbsolutePortalURLBuilder.CachePolicy cachePolicy)
Control the cache policy of this URL builder.
|
T cache(CacheAwareAbsolutePortalURLBuilder.CachePolicy cachePolicy)