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.| 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-2013. All Rights Reserved.