Package org.apache.wicket.request.resource.caching.version
-
Interface Summary Interface Description IResourceVersion Provides a version string for a cacheable resource specified byIStaticCacheableResource
-
Class Summary Class Description CachingResourceVersion Caches the results of a delegatingIResourceVersion
instance in a member variable.LastModifiedResourceVersion Uses the last modified timestamp of aIStaticCacheableResource
converted to milliseconds as a version string.MessageDigestResourceVersion computes the message digest of aIStaticCacheableResource
and uses it as a version stringRequestCycleCachedResourceVersion Caches the results of a delegatingIResourceVersion
instance for the lifetime of the current http request.StaticResourceVersion provides a static version string for all package resources