public class LdapServerCacheKey extends Object implements CacheKey
| Constructor and Description |
|---|
LdapServerCacheKey(String domain,
String queryPrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheKeyString()
String representation of the cache key which will be used for caching.
|
String |
getDomain() |
String |
getQueryPrefix() |
boolean |
isUniquePerClient()
Returns true if the cache key should be treated as client specific.
|
public String getCacheKeyString()
CacheKeygetCacheKeyString in interface CacheKeypublic String getDomain()
public String getQueryPrefix()
public boolean isUniquePerClient()
CacheKeyisUniquePerClient in interface CacheKeyCopyright © 2019 Communote team. All rights reserved.