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()
CacheKey
getCacheKeyString
in interface CacheKey
public String getDomain()
public String getQueryPrefix()
public boolean isUniquePerClient()
CacheKey
isUniquePerClient
in interface CacheKey
Copyright © 2019 Communote team. All rights reserved.