Package com.saperion.ngc.model
Class DdcCacheKey
java.lang.Object
com.saperion.ngc.model.DdcCacheKey
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DdcCacheKey
Constructor.- Parameters:
name
- the name of the DDC (will be converted to upper-case)tenantId
- the ID of the current tenant
-
-
Method Details