Package org.apache.wicket.request.resource.caching
-
Interface Summary Interface Description IResourceCachingStrategy caching strategy for cacheable resourcesIStaticCacheableResource static resource which does not change for the lifetime of the application and should be considered a candidate for long-term caching. -
Class Summary Class Description FilenameWithVersionResourceCachingStrategy resource caching strategy that adds a version for the requested resource to the filename.NoOpResourceCachingStrategy resource caching strategy that does nothing at allQueryStringWithVersionResourceCachingStrategy resource caching strategy that adds a version string to the query parameters of the resource (this is similar to how wicket 1.4 does it when enabling timestamps on resources).ResourceUrl Url view given to theIResourceCachingStrategy
to manipulate