public class AccountSummaryCacheKeyGeneratorImpl extends Object implements IAccountSummaryCacheKeyGenerator
| Constructor and Description |
|---|
AccountSummaryCacheKeyGeneratorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey(String loginId,
String hostSystem,
String folder,
String protocol)
Returns a cache key for the user and email system hostname for selected folder
|
public String getKey(String loginId, String hostSystem, String folder, String protocol)
IAccountSummaryCacheKeyGeneratorgetKey in interface IAccountSummaryCacheKeyGeneratorloginId - user's loginIdhostSystem - mail system fully-qualified hostnamefolder - folder on mail systemprotocol - protocol to use. (For safety to allow simultaneous testing of multiple protocols to same host)Copyright © 2016 Apereo. All Rights Reserved.