public class PlainExternalCacheKeyGenerator extends ExternalCacheKeyGenerator
ExternalCacheKeyGenerator that does not do any encoding. Useful for testing purposes.| Constructor and Description |
|---|
PlainExternalCacheKeyGenerator(String productIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
encode(String plain)
Responsible for encoding the plain key using the appropriate algorithm.
|
cacheVersionKey, entryKeypublic PlainExternalCacheKeyGenerator(String productIdentifier)
protected String encode(String plain)
ExternalCacheKeyGeneratorencode in class ExternalCacheKeyGeneratorplain - the plain key to be encodedCopyright © 2016 Atlassian. All rights reserved.