History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CACHE-179
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Lars Torunski
Reporter: Lars Torunski
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OSCache

Provider interface for method createCacheKey

Created: 11/Jun/05 12:39 PM   Updated: 16/Oct/05 01:49 PM
Component/s: Filters
Affects Version/s: 2.1.1
Fix Version/s: 2.2 RC


 Description  « Hide
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.

 All   Comments   Change History      Sort Order:
Lars Torunski - [04/Jul/05 12:40 PM ]
Method signature changed to

public String createCacheKey(HttpServletRequest httpRequest, ServletCacheAdministrator scAdmin, Cache cache);