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.Serializable
A 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 Summary
Constructors Constructor Description DdcCacheKey(java.lang.String name, int tenantId)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-