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