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