public class CacheKeyFactoryDecorator extends AbstractDecorator<CacheKeyFactory> implements CacheKeyFactory
CacheKeyFactory object.| Constructor and Description |
|---|
CacheKeyFactoryDecorator(CacheKeyFactory decorated) |
| Modifier and Type | Method and Description |
|---|---|
CacheKey |
create(javax.servlet.http.HttpServletRequest request)
Creates a
CacheKey from the provided request. |
getDecoratedObject, getOriginalDecoratedObject, getOriginalDecoratedObject, toStringpublic CacheKeyFactoryDecorator(CacheKeyFactory decorated)
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.