Package org.cyclos.impl.system
Class ChannelConfigurationCacheKey
- java.lang.Object
-
- org.cyclos.impl.system.ChannelConfigurationCacheKey
-
- All Implemented Interfaces:
Serializable
public class ChannelConfigurationCacheKey extends Object implements Serializable
Key for the channel configuration cache- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelConfigurationCacheKey(Long networkId, Long channelId, List<Long> configurationPathIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetChannelId()LonggetConfigurationId()Long[]getConfigurationPathIds()inthashCode()booleanmatches(Long channelId, Long configurationId)StringtoString()
-