T
- the value type.public class CacheItem<T> extends Object
PortalCache
.Constructor and Description |
---|
CacheItem(String key,
T value,
Set<String> groups)
Creates a new cache item.
|
CacheItem(String key,
T value,
String... groups)
Creates a new cache item.
|
public CacheItem(String key, T value, String... groups)
key
- the key.value
- the value.groups
- the groups.public String getKey()
public T getValue()
public Set<String> getGroups()
LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.