ro.isdc.wro.cache.factory
Interface CacheKeyFactory

All Known Implementing Classes:
CacheKeyFactoryDecorator, DefaultCacheKeyFactory

public interface CacheKeyFactory

Factory responsible for creating CacheKey

Since:
1.6.0
Author:
Alex Objelean

Method Summary
 CacheKey create(javax.servlet.http.HttpServletRequest request)
          Creates a CacheKey from the provided request.
 

Method Detail

create

CacheKey create(javax.servlet.http.HttpServletRequest request)
Creates a CacheKey from the provided request.

Parameters:
request - HttpServletRequest object used to build CacheKey from.
Returns:
not null CacheKey object or null if the CacheKey could not be built.


Copyright © 2008-2013. All Rights Reserved.