public class PropertyCacheKey extends Object implements CacheKey
| Constructor and Description |
|---|
PropertyCacheKey(PropertyType type,
String keyGroup,
String key)
Cache key to identify a property by group and key
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheKeyString()
String representation of the cache key which will be used for caching.
|
String |
getKey() |
String |
getKeyGroup() |
boolean |
isUniquePerClient()
Returns true if the cache key should be treated as client specific.
|
public PropertyCacheKey(PropertyType type, String keyGroup, String key)
type - the type of the propertykeyGroup - the group of the key of the propertykey - the key of the propertypublic String getCacheKeyString()
CacheKeygetCacheKeyString in interface CacheKeypublic String getKey()
public String getKeyGroup()
public boolean isUniquePerClient()
CacheKeyisUniquePerClient in interface CacheKeyCopyright © 2019 Communote team. All rights reserved.