public interface CacheKeyProvider<T>
Proxy. Can be used to share passwords accross multiple subdomains.Proxy| Modifier and Type | Method and Description |
|---|---|
boolean |
applyToProxy() |
java.lang.String |
getCachingKey(T request)
Provides the caching key for the given request or
Proxy. |
boolean applyToProxy()
Proxy Object.java.lang.String getCachingKey(T request)
Proxy. Can be used to share passwords accross multiple subdomains.request - the http request, or a Proxy if the applyToProxy method returns true.