Package com.saperion.ngc.model
Class DdcCacheKey
- java.lang.Object
- 
- com.saperion.ngc.model.DdcCacheKey
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DdcCacheKey extends java.lang.Object implements java.io.SerializableA cache-key that identifies a DDC in the DDC-cache using the ddc's name and the ID of the current tenant. DDC-names are not case-sensitive.- Author:
- cmerkel
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DdcCacheKey(java.lang.String name, int tenantId)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
 
-