public class DefaultCacheKeyFactory extends Object implements CacheKeyFactory
CacheKeyFactory which builds the CacheKey by setting all required types
after inspecting the request. The GroupExtractor is used to retrieve required fields. The minimize flag will
be computed based on WroConfiguration.isMinimizeEnabled() configuration.| Constructor and Description |
|---|
DefaultCacheKeyFactory() |
public CacheKey create(javax.servlet.http.HttpServletRequest request)
CacheKey from the provided request.create in interface CacheKeyFactoryrequest - HttpServletRequest object used to build CacheKey from.CacheKey object or null if the CacheKey could not be built.Copyright © 2008-2014. All Rights Reserved.