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 delegatingIResourceVersioninstance in a member variable.LastModifiedResourceVersion Uses the last modified timestamp of aIStaticCacheableResourceconverted to milliseconds as a version string.MessageDigestResourceVersion computes the message digest of aIStaticCacheableResourceand uses it as a version stringRequestCycleCachedResourceVersion Caches the results of a delegatingIResourceVersioninstance for the lifetime of the current http request.StaticResourceVersion provides a static version string for all package resources