CACHE-69 allows a custom key creation by subclassing the CacheFilter class. This should be enhanced by providing an interface for the developer. The interface can be implemented and configured in the CacheFilter configuration.
Description
CACHE-69 allows a custom key creation by subclassing the CacheFilter class. This should be enhanced by providing an interface for the developer. The interface can be implemented and configured in the CacheFilter configuration.
public String createCacheKey(HttpServletRequest httpRequest, ServletCacheAdministrator scAdmin, Cache cache);